Skip to content

Commit

Permalink
docs(readme): added missing code block
Browse files Browse the repository at this point in the history
  • Loading branch information
svobik7 authored Oct 16, 2023
1 parent c5c3691 commit 5045643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ There are two recommended way how to achieve this:
To support RSC you need to keep your routes inside app folder. In that case your original routes can be placed in `app/_roots` and translated routes into `app/(routes)`. your `roots.config.js` file would then look like this:
```js
module.exports = {
originDir: path.resolve(__dirname, 'app/_roots'),
localizedDir: path.resolve(__dirname, 'app/(routes)'),
Expand Down

1 comment on commit 5045643

@vercel
Copy link

@vercel vercel bot commented on 5045643 Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.