From 37ff5cbb09467669a4af602712a949efb0f816e9 Mon Sep 17 00:00:00 2001 From: miteruzo Date: Thu, 17 Jul 2025 05:54:02 +0900 Subject: [PATCH] #81 --- frontend/public/.htaccess | 1 + frontend/public/robots.txt | 1 + frontend/src/pages/posts/PostListPage.tsx | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 frontend/public/robots.txt diff --git a/frontend/public/.htaccess b/frontend/public/.htaccess index 1db6255..133a5f4 100644 --- a/frontend/public/.htaccess +++ b/frontend/public/.htaccess @@ -3,6 +3,7 @@ RewriteBase / RewriteCond %{REQUEST_URI} !^/api + RewriteCond %{REQUEST_URI} !^/sitemap\.xml RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^ /index.html [L] diff --git a/frontend/public/robots.txt b/frontend/public/robots.txt new file mode 100644 index 0000000..7d377ee --- /dev/null +++ b/frontend/public/robots.txt @@ -0,0 +1 @@ +Sitemap: https://hub.nizika.monster/sitemap.xml diff --git a/frontend/src/pages/posts/PostListPage.tsx b/frontend/src/pages/posts/PostListPage.tsx index c47d248..84d16e9 100644 --- a/frontend/src/pages/posts/PostListPage.tsx +++ b/frontend/src/pages/posts/PostListPage.tsx @@ -82,7 +82,7 @@ export default () => { {tags.length ? `${ tags.join (anyFlg ? ' or ' : ' and ') } | ${ SITE_TITLE }` - : `${ SITE_TITLE } 〜 ぼざクリ関聯綜合リンク集サイト`} + : `${ SITE_TITLE } 〜 ぼざろクリーチャーシリーズ綜合リンク集サイト`}