Skip to content

Commit

Permalink
Create vue.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
thenhthang authored Nov 16, 2023
1 parent 96b45e8 commit d7fe98d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
publicPath: process.env.NODE_ENV === "production" ? "/vue-deploy/" : "/",
})

0 comments on commit d7fe98d

Please sign in to comment.