Skip to content

Commit

Permalink
chore: meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
zce committed Jan 26, 2024
1 parent d278b7f commit 4ef7dff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions docs/guide/with-nextjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ in your `next.config.js`:
module.exports = {
// othor next config here...
webpack: config => {
// ignore nextjs watch content directory
config.watchOptions.ignored = /content/
config.plugins.push(new VeliteWebpackPlugin())
return config
}
Expand Down
1 change: 0 additions & 1 deletion examples/nextjs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
module.exports = {
// othor next config here...
webpack: config => {
config.watchOptions.ignored = /content/
config.plugins.push(new VeliteWebpackPlugin())
return config
}
Expand Down

0 comments on commit 4ef7dff

Please sign in to comment.