디자인 변경

This commit is contained in:
2025-05-27 00:11:21 +00:00
parent 6a69773dd6
commit eb691e90fa
7 changed files with 16 additions and 36 deletions

View File

@@ -51,8 +51,8 @@ export default defineConfig(({ isSsrBuild }) => ({
port: 3000,
proxy: {
'/api': {
target: 'https://svcm.hmsn.ink',
// target: 'http://localhost:8010',
// target: 'https://svcm.hmsn.ink',
target: 'http://localhost:8010',
changeOrigin: true,
// rewrite: (path) => path.replace(/^\/api/, ''),
},