diff options
Diffstat (limited to 'src/pages/404.astro')
-rw-r--r-- | src/pages/404.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/404.astro b/src/pages/404.astro index 4215a60..072c6e7 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -9,6 +9,7 @@ const lang = "en"; const schema = websiteSchema({ siteUrl: new URL("/", Astro.site).toString(), title, + description, }); --- |