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

Commit 89d4d82

Browse files
authored
fix: upgrade to publicPath (#86)
License: MIT Signed-off-by: Henrique Dias <[email protected]>
1 parent d004015 commit 89d4d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
22
runtimeCompiler: true,
3-
baseUrl: '[{[ .StaticURL ]}]'
3+
publicPath: '[{[ .StaticURL ]}]'
44
}

0 commit comments

Comments
 (0)