diff --git a/commafeed-client/vite.config.ts b/commafeed-client/vite.config.ts index 8fe43139..beb2d544 100644 --- a/commafeed-client/vite.config.ts +++ b/commafeed-client/vite.config.ts @@ -30,6 +30,7 @@ export default defineConfig(env => ({ "/openapi.json": "http://localhost:8083", "/custom_css.css": "http://localhost:8083", "/custom_js.js": "http://localhost:8083", + "/logout": "http://localhost:8083", }, }, build: {