Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
thenhthang authored Nov 18, 2023
1 parent 10622b0 commit af594ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineConfig({
},
base: '/vue-deploy/',
transpileDependencies: true,
publicPath: process.env.NODE_ENV === "production" ? "/vue-deploy/" : "/",
publicPath: "/",
plugins: [
vue({
template: {
Expand Down

0 comments on commit af594ed

Please sign in to comment.