From 50fa4a5f4884ab3204313372834bc53b82f9fe15 Mon Sep 17 00:00:00 2001 From: Danielle Niestadt Date: Thu, 23 Jul 2026 11:12:04 +0200 Subject: [PATCH] Change page title from Introduction to FAQ --- src/pages/faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/faq.mdx b/src/pages/faq.mdx index 2a00e0d..9ab7f60 100644 --- a/src/pages/faq.mdx +++ b/src/pages/faq.mdx @@ -1,5 +1,5 @@ --- -title: 'BEM — Introduction' +title: 'BEM — FAQ' --- import Layout from '../layouts/Layout.astro';