Skip to content

Commit 12160d0

Browse files
committed
✨ Fix twice rendering
Nuxt issue nuxt/nuxt#5703
1 parent 2e42642 commit 12160d0

File tree

2 files changed

+71
-5
lines changed

2 files changed

+71
-5
lines changed

argilla-frontend/nuxt.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ const config: NuxtConfig = {
191191
},
192192
extractCSS: true,
193193
splitChunks: {
194-
pages: true,
195-
commons: true,
196-
layouts: true,
194+
pages: false,
195+
commons: false,
196+
layouts: false,
197197
},
198198
optimization: {
199199
splitChunks: {

argilla-frontend/package-lock.json

Lines changed: 68 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)