d아이콘 변경

This commit is contained in:
2025-05-28 00:10:19 +00:00
parent 404c91e6e1
commit 01c620589f
5 changed files with 9 additions and 5 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/, ''),
},