diff --git a/frontend/vercel.json b/frontend/vercel.json deleted file mode 100644 index 4ccbf78..0000000 --- a/frontend/vercel.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "rewrites": [ - { - "source": "/api", - "destination": "https://code-search.qdrant.tech/api/" - - }, - { - "source": "/api/:path*", - "destination": "https://code-search.qdrant.tech/api/:path*" - } - ] - } \ No newline at end of file diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 57c1cf5..08e530f 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -13,7 +13,7 @@ export default defineConfig({ server: { proxy: { "/api": { - target: "https://code-search.qdrant.tech/", + target: "http://0.0.0.0:8000", changeOrigin: true, }, },