From 1206e3c6a15f31acf6cc3e3a4f08eda44ca675a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20L=C3=A9one?= Date: Tue, 25 Jun 2019 05:52:35 +0200 Subject: [PATCH] Fix robots.txt (#14774) Lighthouse in Google Chrome reported an issue --- layouts/robots.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/robots.txt b/layouts/robots.txt index 7ab0e05478..6f2d2c3520 100644 --- a/layouts/robots.txt +++ b/layouts/robots.txt @@ -4,6 +4,6 @@ Disallow: /legacy/ Disallow: /v1.0/ Disallow: /v1.1/ Disallow: /404/ -Disallow: 404.html +Disallow: /404.html -SITEMAP: {{ "sitemap.xml" | absLangURL }} \ No newline at end of file +SITEMAP: {{ "sitemap.xml" | absLangURL }}