Skip to content

Commit 5577271

Browse files
committed
fixing base url
1 parent 619730b commit 5577271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import { defineConfig } from 'vite';
33
import react from '@vitejs/plugin-react';
44

55
export default defineConfig({
6-
base: '/reds-lab.github.io/', // Base URL for your project
6+
base: '/', // Base URL for your project
77
plugins: [react()],
88
});

0 commit comments

Comments
 (0)