Skip to content

Commit bb8a359

Browse files
committed
chore(fix): specifies a base in Vite configuration
1 parent a51caab commit bb8a359

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ import { defineConfig } from 'vite';
22
import react from '@vitejs/plugin-react';
33

44
export default defineConfig({
5+
base: "/react-todo/",
56
plugins: [react()],
67
});

0 commit comments

Comments
 (0)