Skip to content

Commit 1e42648

Browse files
committed
サイト生成後のアセットパスを読み込めるように修正
1 parent fda14f4 commit 1e42648

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineNuxtConfig({
1111
base: '/2022/',
1212
},
1313
app: {
14-
buildAssetsDir: '/_nuxt/',
14+
buildAssetsDir: '_nuxt/',
1515
baseURL: isProd ? '/2022/' : '/',
1616
},
1717

0 commit comments

Comments
 (0)