diff --git a/astro.config.mjs b/astro.config.mjs index 0090d5a..8c78da1 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -84,6 +84,9 @@ export default defineConfig({ optimizeDeps: { exclude: ['@resvg/resvg-js'] }, + ssr: { + external: ['@resvg/resvg-js'] + }, plugins: [tailwind(), rawFonts([".ttf", ".woff"])], }, })