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: { vite: {
plugins: [tailwindcss()], plugins: [tailwindcss()],
server: { server: {
allowedHosts: '*' allowedHosts: 'jleibl.net'
}, },
preview: { preview: {
allowedHosts: '*', allowedHosts: 'jleibl.net',
port: 4321 port: 4321
} }
} }