diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro
index dc46c62..c6f05b2 100644
--- a/src/layouts/BaseLayout.astro
+++ b/src/layouts/BaseLayout.astro
@@ -155,10 +155,15 @@ const webManifest = isProduction && {
-
+ {
+ isProduction && (
+
+ )
+ }