Skip to content

Commit c7b8cb3

Browse files
committed
fix: アニメーションの basePath を修正
1 parent 48ad805 commit c7b8cb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nuxt.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export default defineNuxtConfig({
6060
},
6161
build: {
6262
extractCSS: true,
63+
publicPath: isProd ? '/2022/_nuxt/' : '/_nuxt/',
6364
loaders: {
6465
imgUrl: {
6566
esModule: false,

0 commit comments

Comments
 (0)