chore: restrict allowedHosts to jleibl.net

This commit is contained in:
2025-03-09 14:18:58 +01:00
parent ee79833992
commit f3e5aaa2f4

View File

@ -20,10 +20,10 @@ export default defineConfig({
vite: {
plugins: [tailwindcss()],
server: {
allowedHosts: '*'
allowedHosts: 'jleibl.net'
},
preview: {
allowedHosts: '*',
allowedHosts: 'jleibl.net',
port: 4321
}
}