Skip to content

Commit 983b3cd

Browse files
committed
fix: update base URL for Netlify deployment
1 parent 8e2ee8a commit 983b3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import react from '@vitejs/plugin-react';
33

44
export default defineConfig({
55
plugins: [react()],
6-
base: '/SecurityLens/',
6+
base: '/',
77
build: {
88
outDir: 'dist',
99
assetsDir: 'assets',

0 commit comments

Comments
 (0)