Skip to content

Commit

Permalink
[docs] Fix pigment-css.md syntax error (#43837)
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Dichev <[email protected]>
  • Loading branch information
kdichev authored Sep 25, 2024
1 parent 5c0aeb6 commit 1dce062
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Next, head over to your config file and import the `withPigment` plugin:
// next.config.js
import { withPigment } from '@pigment-css/nextjs-plugin';

export default withPigment({ nextConfig });
export default withPigment(nextConfig);
```

```ts Vite
Expand Down

0 comments on commit 1dce062

Please sign in to comment.