From 7433417f8a6b57b7794bdccb069b0ad53719f7c3 Mon Sep 17 00:00:00 2001 From: Marcel Solle Date: Thu, 12 Sep 2024 16:21:38 +0200 Subject: [PATCH] Fix styling bug where content was hidden behind expandable panel --- content/docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/faq.md b/content/docs/faq.md index 56f5062..20d16e9 100644 --- a/content/docs/faq.md +++ b/content/docs/faq.md @@ -100,7 +100,7 @@ Build settings: - Build command: npm run build - Dist folder: out ``` - +::: ## Can I use Next.js without exporting a static site or incremental static regeneration feature?