Skip to content

Commit

Permalink
fix: try to fix #7
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Dec 2, 2024
1 parent 525b56f commit 43d7bb9
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ WORKDIR /app

RUN apk add tree
COPY --from=build-stage /app/.output ./.output
RUN tree -L 4 ./.output/public/assets

CMD ["node", ".output/server/index.mjs"]
5 changes: 1 addition & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ export default defineNuxtConfig({
],
script: [
{ src: '/assets/js/CubismSdkForWeb-5-r.1/Core/live2dcubismcore.min.js' },
{ src: '/assets/js/test.js' },
{ src: '/assets/test.js' },
{ src: '/test.js' },
],
},
},
Expand Down Expand Up @@ -83,7 +80,7 @@ export default defineNuxtConfig({
'/assets/js/**': {
static: true,
},
'/assets/live2d/models/**': {
'/assets/live2d/**': {
static: true,
},
},
Expand Down
3 changes: 0 additions & 3 deletions public/assets/js/test.js

This file was deleted.

3 changes: 0 additions & 3 deletions public/assets/test.js

This file was deleted.

3 changes: 0 additions & 3 deletions public/test.js

This file was deleted.

0 comments on commit 43d7bb9

Please sign in to comment.