add not found handler
Deploy app frontend / app frontend (push) Successful in 1m48s

This commit is contained in:
2025-05-13 08:20:39 +02:00
parent c5ebd32ff8
commit 68ed05cd8d
3 changed files with 50 additions and 8 deletions
+1
View File
@@ -180,6 +180,7 @@ export default defineConfig(({ mode }) => {
},
},
server: {
allowedHosts: ['hcqr.loc', 'hcqr-debug.loc'],
proxy: {
'/api': {
target: process.env.VITE_PROXY_API_URL,