Allow all Vite hosts for dev

This commit is contained in:
root
2026-02-04 17:00:25 +02:00
committed by root
parent 66a1eaba0a
commit 758412168f
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import starlight from '@astrojs/starlight';
// https://astro.build/config // https://astro.build/config
export default defineConfig({ export default defineConfig({
server: { server: {
allowedHosts: ['jabali.lan'], allowedHosts: 'all',
}, },
integrations: [ integrations: [
starlight({ starlight({

View File

@@ -4,7 +4,7 @@ import tailwindcss from '@tailwindcss/vite';
export default defineConfig({ export default defineConfig({
server: { server: {
allowedHosts: ['jabali.lan'], allowedHosts: 'all',
}, },
plugins: [ plugins: [
laravel({ laravel({