diff --git a/app/head.mjs b/app/head.mjs
index 8e172ab..af07e10 100644
--- a/app/head.mjs
+++ b/app/head.mjs
@@ -36,6 +36,10 @@ export default function Head (state) {
}
}
+ const indexMe = process.env.ARC_ENV === 'production'
+ ? ''
+ : ``
+
return /* html */ `
@@ -88,6 +92,7 @@ export default function Head (state) {
${extraBlogMeta.join('\n')}
+ ${indexMe}