url: next -> @

pull/286/head
Cryolitia 2024-03-07 08:43:29 +08:00 committed by Rizumu Ayaka
parent 5d1889ac94
commit b5e75939a5
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'https://next.rle.wiki',
target: 'https://rle.wiki',
// uncomment the following line to use local server
// target: 'http://localhost:8787',
changeOrigin: true,