diff --git a/build/index.html b/build/index.html deleted file mode 100644 index e368b45..0000000 --- a/build/index.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - Welcome to Firebase Hosting - - - - - - - - - - - - - - - - - - - -
-

Welcome

-

Firebase Hosting Setup Complete

-

You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!

- Open Hosting Documentation -
-

Firebase SDK Loading…

- - - - diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 1a8b3fe..c1fa3ab 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -5,6 +5,6 @@ import react from '@vitejs/plugin-react' export default defineConfig({ plugins: [react()], build: { - outDir: './build', + outDir: '././build', }, })