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