We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9b9dd commit 1ea8e17Copy full SHA for 1ea8e17
vue.config.js
@@ -6,6 +6,7 @@ function resolve(dir) {
6
}
7
8
module.exports = defineConfig({
9
+ publicPath: process.env.NODE_ENV === "production" ? "././" : "/",
10
pages: {
11
index: {
12
entry: "playground/main.js",
0 commit comments