chore: rename repo

This commit is contained in:
boojack
2022-05-21 12:33:18 +08:00
parent c2e5a1a524
commit 7b668f17f5
4 changed files with 9 additions and 11 deletions

View File

@@ -9,12 +9,10 @@ export default defineConfig({
proxy: {
"/api": {
target: "http://localhost:8080/",
// target: "https://memos.justsven.top/",
changeOrigin: true,
},
"/h/": {
target: "http://localhost:8080/",
// target: "https://memos.justsven.top/",
changeOrigin: true,
},
},