aboutsummaryrefslogtreecommitdiff
path: root/apps/website/astro.config.ts
diff options
context:
space:
mode:
authorPauline <git@ethanlibs.co>2024-01-22 10:28:29 +0100
committerPauline <git@ethanlibs.co>2024-01-22 10:28:29 +0100
commitbdb5428612441036a69496d68dc38d39feba9370 (patch)
treecbabb9fe1778952b7dfd6f1d3f79ebfedbe03cc9 /apps/website/astro.config.ts
parentf0e73cf90005709e20b2f16f63d67d6802af3332 (diff)
downloadNexus-main.tar.gz
Nexus-main.tar.bz2
Nexus-main.zip
feat(web): add more a11y and make preload more efficientHEADmain
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'],
+ },
},
});