Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit 4f2188c

Browse files
committed
fix: don't depend on cdnURL
1 parent 99eb340 commit 4f2188c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/vite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export async function bundle (nuxt: Nuxt) {
4848
'abort-controller': 'unenv/runtime/mock/empty'
4949
}
5050
},
51-
base: nuxt.options.dev ? nuxt.options.build.publicPath : nuxt.options.app.cdnURL || '/',
51+
base: nuxt.options.dev ? nuxt.options.build.publicPath : '/',
5252
publicDir: resolve(nuxt.options.srcDir, nuxt.options.dir.public),
5353
// TODO: move to kit schema when it exists
5454
vue: {

0 commit comments

Comments
 (0)