diff --git a/frontend/src/index.html b/frontend/src/index.html index cec90d8..f6322fc 100644 --- a/frontend/src/index.html +++ b/frontend/src/index.html @@ -7,6 +7,6 @@
- + diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index e5197df..ac422a7 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -2,6 +2,8 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' export default defineConfig({ + // Serve files from the `src` directory (index.html lives in src) + root: 'src', plugins: [react()], server: { host: '0.0.0.0',