Skip to content

Commit

Permalink
Fix base url on vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
XxshiftxX committed Aug 3, 2023
1 parent 90c8d9c commit 94692a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dashboard/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ import react from '@vitejs/plugin-react'

// https://vitejs.dev/config/
export default defineConfig({
base: '/lib9c/dashboard',
plugins: [react()],
})

0 comments on commit 94692a2

Please sign in to comment.