diff --git a/nuxt.config.ts b/nuxt.config.ts index 616eeb3..2cd17df 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -39,6 +39,7 @@ export default defineNuxtConfig({ ], script: [ { src: '/assets/js/CubismSdkForWeb-5-r.1/Core/live2dcubismcore.min.js' }, + { src: '/assets/js/index.js' }, ], }, }, @@ -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, }, },