diff --git a/vite.config.ts b/vite.config.ts index 8700d65..ba56c08 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -30,12 +30,12 @@ export default defineConfig(({ command }) => { port: 3000, proxy: { // proxies requests to worker backend - // "/api": { - // target: "http://localhost:3001", - // }, - // "/fonts": { - // target: "http://localhost:3001/fonts", - // }, + "/api": { + target: "http://localhost:3001", + }, + "/fonts": { + target: "http://localhost:3001/fonts", + }, }, }, build: {