Skip to content

Commit

Permalink
dsfsd
Browse files Browse the repository at this point in the history
  • Loading branch information
thenhthang authored Nov 16, 2023
1 parent bf41c91 commit 6a616ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/vue.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
publicPath: process.env.NODE_ENV === "production" ? "/cosmosexplorer/" : "/",
publicPath: process.env.NODE_ENV === "production" ? "/vue-deploy/" : "/",
})
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default defineConfig({
define: {
'process.env': {}
},
base: '/cosmosexplorer/',
base: '/vue-deploy/',
transpileDependencies: true,
publicPath: process.env.NODE_ENV === "production" ? "/vue-deploy/" : "/",
plugins: [
Expand Down
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
publicPath: process.env.NODE_ENV === "production" ? "/cosmosexplorer/" : "/",
publicPath: process.env.NODE_ENV === "production" ? "/vue-deploy/" : "/",
})

0 comments on commit 6a616ef

Please sign in to comment.