make ready for vercel

This commit is contained in:
2025-09-27 15:12:36 +02:00
parent 806fb925f0
commit 925e7163b6
4 changed files with 6 additions and 6 deletions

View File

@@ -4,6 +4,6 @@ import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()],
preview: {
allowedHosts: ['demo.ziasvannes.tech']
allowedHosts: ['serengo.ziasvannes.tech']
}
});