Skip to content

Commit

Permalink
fix: try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Dec 2, 2024
1 parent 80703ee commit a18c3d1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default defineNuxtConfig({
],
script: [
{ src: '/assets/js/CubismSdkForWeb-5-r.1/Core/live2dcubismcore.min.js' },
{ src: '/assets/js/index.js' },
],
},
},
Expand Down Expand Up @@ -75,14 +76,12 @@ export default defineNuxtConfig({
experimental: {
websocket: true,
},
rollupConfig: {

},
noExternals: false,
routeRules: {
'/assets/js/CubismSdkForWeb-5-r.1/*': {
'/assets/js/**': {
static: true,
},
'/assets/live2d/models/*': {
'/assets/live2d/models/**': {
static: true,
},
},
Expand Down

0 comments on commit a18c3d1

Please sign in to comment.