update allowed hosts

This commit is contained in:
2025-09-04 11:52:28 +02:00
parent 4b913de473
commit 51059f695e
+3
View File
@@ -2,5 +2,8 @@ import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
server: {
allowedHosts: ["bocken.org"]
},
plugins: [sveltekit()],
});