url: next -> @
parent
5d1889ac94
commit
b5e75939a5
|
@ -10,7 +10,7 @@ export default defineConfig({
|
||||||
server: {
|
server: {
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
target: 'https://next.rle.wiki',
|
target: 'https://rle.wiki',
|
||||||
// uncomment the following line to use local server
|
// uncomment the following line to use local server
|
||||||
// target: 'http://localhost:8787',
|
// target: 'http://localhost:8787',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
|
|
Loading…
Reference in New Issue