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.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/website/astro.config.ts b/apps/website/astro.config.ts
index 4f394a1..60831d1 100644
--- a/apps/website/astro.config.ts
+++ b/apps/website/astro.config.ts
@@ -16,7 +16,7 @@ export default defineConfig({
vite: {
css: {
postcss: {
- plugins: [postcssNesting],
+ plugins: [postcssNesting()],
},
},
},