From f90db1e8e17a05e0ffaaec34f16d1af673c082f9 Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Wed, 13 Mar 2024 17:31:10 -0700 Subject: [PATCH] feat: additional robots.txt tweaks --- src/_includes/partials/meta.html | 2 -- src/robots.njk | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_includes/partials/meta.html b/src/_includes/partials/meta.html index 134541d..3d6f500 100644 --- a/src/_includes/partials/meta.html +++ b/src/_includes/partials/meta.html @@ -13,8 +13,6 @@ - - diff --git a/src/robots.njk b/src/robots.njk index 2107fe0..c34a308 100644 --- a/src/robots.njk +++ b/src/robots.njk @@ -7,3 +7,5 @@ Sitemap: {{ meta.url }}/sitemap.xml User-agent: * Disallow: /404.html +Disallow: /admin/index.html +Disallow: /admin/config.yml