Skip to content

Commit

Permalink
update vite env
Browse files Browse the repository at this point in the history
  • Loading branch information
tuckner committed Jan 3, 2024
1 parent 2b971ce commit 256e8a5
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 @@ -5,7 +5,7 @@ import eslint from 'vite-plugin-eslint'

export default defineConfig(() => {
const config = {
base: `/automation-capability-matrix/`,
base: process.env.BASE_URL || "/automation-capability-matrix/",
server: {
port: 3000,
},
Expand Down

0 comments on commit 256e8a5

Please sign in to comment.