From d9ff36b0483f579267ce69c6d11c5585da089e9b Mon Sep 17 00:00:00 2001 From: Elias Stepanik <40958815+eliasstepanik@users.noreply.github.com> Date: Sat, 24 May 2025 07:38:33 +0200 Subject: [PATCH] Update astro.config.mjs --- website/astro.config.mjs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/astro.config.mjs b/website/astro.config.mjs index 6f864782..fb59a641 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -136,6 +136,9 @@ export default defineConfig({ base, vite: { plugins: [bundleAudioWorkletPlugin()], + server: { // listen on all interfaces in the container + allowedHosts: ['strudel.sailehd.systems'], + }, ssr: { // Example: Force a broken package to skip SSR processing, if needed // external: ['fraction.js'], // https://github.com/infusion/Fraction.js/issues/51