From d47d9dadf41114962f300a2d19b3e7337418d5e2 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sun, 31 Dec 2023 00:45:04 +0100 Subject: [PATCH] fix: build + seems fraction.js now works with ssr --- 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 c5ca3317..591f9a5e 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -137,7 +137,7 @@ export default defineConfig({ vite: { ssr: { // Example: Force a broken package to skip SSR processing, if needed - external: ['fraction.js'], // https://github.com/infusion/Fraction.js/issues/51 + // external: ['fraction.js'], // https://github.com/infusion/Fraction.js/issues/51 }, }, });