Spaces:
Sleeping
Sleeping
강민균 commited on
Commit ·
e18fae2
1
Parent(s): b46ff5d
Fix: Remove base path for Vercel deployment
Browse files- web/vite.config.js +0 -1
web/vite.config.js
CHANGED
|
@@ -4,5 +4,4 @@ import react from '@vitejs/plugin-react'
|
|
| 4 |
// https://vite.dev/config/
|
| 5 |
export default defineConfig({
|
| 6 |
plugins: [react()],
|
| 7 |
-
base: '/k-recipe2vec/',
|
| 8 |
})
|
|
|
|
| 4 |
// https://vite.dev/config/
|
| 5 |
export default defineConfig({
|
| 6 |
plugins: [react()],
|
|
|
|
| 7 |
})
|