みてるぞ 4 days ago
parent
commit
37ff5cbb09
3 changed files with 3 additions and 1 deletions
  1. +1
    -0
      frontend/public/.htaccess
  2. +1
    -0
      frontend/public/robots.txt
  3. +1
    -1
      frontend/src/pages/posts/PostListPage.tsx

+ 1
- 0
frontend/public/.htaccess View File

@@ -3,6 +3,7 @@
RewriteBase / RewriteBase /


RewriteCond %{REQUEST_URI} !^/api RewriteCond %{REQUEST_URI} !^/api
RewriteCond %{REQUEST_URI} !^/sitemap\.xml
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ /index.html [L] RewriteRule ^ /index.html [L]


+ 1
- 0
frontend/public/robots.txt View File

@@ -0,0 +1 @@
Sitemap: https://hub.nizika.monster/sitemap.xml

+ 1
- 1
frontend/src/pages/posts/PostListPage.tsx View File

@@ -82,7 +82,7 @@ export default () => {
<title> <title>
{tags.length {tags.length
? `${ tags.join (anyFlg ? ' or ' : ' and ') } | ${ SITE_TITLE }` ? `${ tags.join (anyFlg ? ' or ' : ' and ') } | ${ SITE_TITLE }`
: `${ SITE_TITLE } 〜 ぼざクリ関聯綜合リンク集サイト`}
: `${ SITE_TITLE } 〜 ぼざろクリーチャーシリーズ綜合リンク集サイト`}
</title> </title>
</Helmet> </Helmet>
<TagSidebar posts={posts.slice (0, 20)} /> <TagSidebar posts={posts.slice (0, 20)} />


Loading…
Cancel
Save