diff --git a/web/app/vite.config.ts b/web/app/vite.config.ts index e94d884..fb86d6d 100644 --- a/web/app/vite.config.ts +++ b/web/app/vite.config.ts @@ -11,14 +11,4 @@ export default defineConfig({ }, }, }, - server: { - allowedHosts: ["5173.shinosawa.nanao.moe"], - proxy: { - // string shorthand: - // http://localhost:5173/foo - // -> http://localhost:4567/foo - '/api': 'http://localhost:5050', - '/data': 'https://booru.nanao.moe', - } - } });