Skip to content

Commit

Permalink
Add documentation to Next.js doc
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Nov 15, 2023
1 parent 86ce31b commit ed993be
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion code/frameworks/nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,12 @@ export default {
framework: {
// name: '@storybook/react-webpack5', // Remove this
name: '@storybook/nextjs', // Add this
options: {},
options: {
builder: {
// Set useSWC to true if you want to try out the experimental SWC compiler in Next.js >= 14.0.0
useSWC: true,
},
},
},
};
```
Expand Down

0 comments on commit ed993be

Please sign in to comment.