From 95f1b8914fc7d1ccd9eeae8cfebf34ff31454984 Mon Sep 17 00:00:00 2001 From: VityaSchel <59040542+VityaSchel@users.noreply.github.com> Date: Sat, 14 Oct 2023 19:58:26 +0400 Subject: [PATCH] Change temporary redirect to permanent, fix robots.txt --- public/robots.txt | 4 +++- src/entities/last-update-at/index.tsx | 2 +- src/pages/index.tsx | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/public/robots.txt b/public/robots.txt index 288c1d3..481213d 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,4 +1,6 @@ User-agent: * -Disallow: +Disallow: / +Allow: /ps7 +Allow: /pks35k Sitemap: https://kspsuti.ru/sitemap.xml \ No newline at end of file diff --git a/src/entities/last-update-at/index.tsx b/src/entities/last-update-at/index.tsx index aad2e95..c1d0f57 100644 --- a/src/entities/last-update-at/index.tsx +++ b/src/entities/last-update-at/index.tsx @@ -19,7 +19,7 @@ export function LastUpdateAt({ date }: { <>