Skip to content

Commit

Permalink
✨ Fix twice rendering
Browse files Browse the repository at this point in the history
Nuxt issue nuxt/nuxt#5703
  • Loading branch information
damianpumar committed Dec 18, 2024
1 parent 2e42642 commit 12160d0
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 5 deletions.
6 changes: 3 additions & 3 deletions argilla-frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ const config: NuxtConfig = {
},
extractCSS: true,
splitChunks: {
pages: true,
commons: true,
layouts: true,
pages: false,
commons: false,
layouts: false,
},
optimization: {
splitChunks: {
Expand Down
70 changes: 68 additions & 2 deletions argilla-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12160d0

Please sign in to comment.