🐛 Fix the authorize page

This commit is contained in:
2025-09-30 01:04:20 +08:00
parent 888d3cb5ba
commit 98a5d34f3c
6 changed files with 2895 additions and 30 deletions

View File

@@ -58,13 +58,5 @@ export default defineNuxtConfig({
},
vite: {
plugins: [tailwindcss()]
},
nitro: {
devProxy: {
"/api": {
target: process.env.NUXT_PUBLIC_API_BASE || "https://api.solian.app",
changeOrigin: true
}
}
}
})