feat: add nginx reverse proxy

This commit is contained in:
bisco
2026-06-24 08:59:35 +02:00
parent 8155d94fee
commit b36cd2a754
14 changed files with 228 additions and 37 deletions
+5
View File
@@ -6,4 +6,9 @@ export default defineConfig({
host: true,
port: 4321,
},
vite: {
server: {
allowedHosts: ["azionelab.org"],
},
},
});