From fe0a9b3fb12db06ddcbc01eae629f5837409ada3 Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Tue, 30 May 2023 22:05:22 +0200 Subject: Fix missing component attribute in 404 route Didn’t cause any issues but tidying up for correctness --- packages/starlight/404.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/starlight/404.astro b/packages/starlight/404.astro index c5d21a3f..0a4efd08 100644 --- a/packages/starlight/404.astro +++ b/packages/starlight/404.astro @@ -32,7 +32,7 @@ const { lang = 'en', dir = 'ltr', locale } = config.defaultLocale || {};