Skip to content

Commit

Permalink
Update vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
atmoner authored Sep 10, 2024
1 parent 5bbc140 commit aeb6493
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ import vue from "@vitejs/plugin-vue";
// https://vitejs.dev/config/
export default defineConfig({
base: process.env.NODE_ENV === "production" ? "/chain-explorer/" : "/",
server: {
host: '88.198.13.163',
port: 5175,
},
plugins: [vue()],
resolve: {
alias: {
Expand Down

0 comments on commit aeb6493

Please sign in to comment.