🗑️ Remove the route

This commit is contained in:
2025-09-26 00:08:13 +08:00
parent 744622addf
commit f95d6778c2

View File

@@ -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",