Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dlehmhus committed Sep 28, 2023
1 parent 63adfe2 commit f2371af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ const withLinaria = require('next-with-linaria');

/** @type {import('next-with-linaria').LinariaConfig} */
const config = {
experimental: {
appDir: true,
},
// ...your next.js config
};
module.exports = withLinaria(config);
```
Expand Down

0 comments on commit f2371af

Please sign in to comment.