fix: invalid username checks

This commit is contained in:
Steven
2023-09-18 22:34:31 +08:00
parent 2375001453
commit bff41a8957
22 changed files with 106 additions and 132 deletions

View File

@@ -27,7 +27,7 @@ export default defineConfig({
target: devProxyServer,
xfwd: true,
},
"/explore/rss.xml": {
"^/explore/rss.xml": {
target: devProxyServer,
xfwd: true,
},