Skip to content

Commit b662067

Browse files
authored
use relative path for assets
1 parent 1f960eb commit b662067

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default defineConfig(({ command, mode }) => {
99
const isProduction = mode === 'production'
1010

1111
return {
12+
base: '',
1213
css: {
1314
postcss: {
1415
plugins: [

0 commit comments

Comments
 (0)