From 8447f41cb388d02ebe178180e59e9f909785a46e Mon Sep 17 00:00:00 2001 From: Elias Stepanik <40958815+eliasstepanik@users.noreply.github.com> Date: Sat, 24 May 2025 07:41:55 +0200 Subject: [PATCH] Update astro.config.mjs --- website/astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/astro.config.mjs b/website/astro.config.mjs index fb59a641..5db7dd25 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -137,7 +137,7 @@ export default defineConfig({ vite: { plugins: [bundleAudioWorkletPlugin()], server: { // listen on all interfaces in the container - allowedHosts: ['strudel.sailehd.systems'], + allowedHosts: [ site ], }, ssr: { // Example: Force a broken package to skip SSR processing, if needed