From f95d6778c2fd1aec17d60c51391489e860b48682 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Fri, 26 Sep 2025 00:08:13 +0800 Subject: [PATCH] :wastebasket: Remove the route --- nuxt.config.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 2fe05d0..1d56a43 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -59,11 +59,6 @@ export default defineNuxtConfig({ plugins: [tailwindcss()] }, nitro: { - routeRules: { - "/.well-known/**": { - proxy: process.env.NUXT_PUBLIC_API_BASE || "https://api.solian.app" - } - }, devProxy: { "/api": { target: process.env.NUXT_PUBLIC_API_BASE || "https://api.solian.app",