Skip to content

Commit

Permalink
Update with-nextjs.md (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
git-create-devben authored Apr 26, 2024
1 parent 8c11f89 commit 3dbc0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/with-nextjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ in your `next.config.js`:
```js [CommonJS]
/** @type {import('next').NextConfig} */
module.exports = {
// othor next config here...
// other next config here...
webpack: config => {
config.plugins.push(new VeliteWebpackPlugin())
return config
Expand Down

0 comments on commit 3dbc0da

Please sign in to comment.