update allowed hosts

This commit is contained in:
2025-09-04 11:52:28 +02:00
parent b534cd1ddc
commit 9f53e331a7

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()],
});