chore:some cleaning up

This commit is contained in:
2025-09-29 17:14:26 +02:00
parent 204a443847
commit 0b44f10459
13 changed files with 35 additions and 77 deletions

View File

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