aboutsummaryrefslogtreecommitdiff
path: root/apps/website/astro.config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'apps/website/astro.config.ts')
-rw-r--r--apps/website/astro.config.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/website/astro.config.ts b/apps/website/astro.config.ts
index 60831d1..b133df8 100644
--- a/apps/website/astro.config.ts
+++ b/apps/website/astro.config.ts
@@ -19,5 +19,8 @@ export default defineConfig({
plugins: [postcssNesting()],
},
},
+ ssr: {
+ noExternal: ['smartypants'],
+ },
},
});