diff options
author | Pauline <git@ethanlibs.co> | 2024-01-22 10:28:29 +0100 |
---|---|---|
committer | Pauline <git@ethanlibs.co> | 2024-01-22 10:28:29 +0100 |
commit | bdb5428612441036a69496d68dc38d39feba9370 (patch) | |
tree | cbabb9fe1778952b7dfd6f1d3f79ebfedbe03cc9 /apps/website/astro.config.ts | |
parent | f0e73cf90005709e20b2f16f63d67d6802af3332 (diff) | |
download | Nexus-main.tar.gz Nexus-main.tar.bz2 Nexus-main.zip |
Diffstat (limited to 'apps/website/astro.config.ts')
-rw-r--r-- | apps/website/astro.config.ts | 3 |
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'], + }, }, }); |