We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ad805 commit c7b8cb3Copy full SHA for c7b8cb3
nuxt.config.ts
@@ -60,6 +60,7 @@ export default defineNuxtConfig({
60
},
61
build: {
62
extractCSS: true,
63
+ publicPath: isProd ? '/2022/_nuxt/' : '/_nuxt/',
64
loaders: {
65
imgUrl: {
66
esModule: false,
0 commit comments