This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Sitemap: https://hub.nizika.monster/sitemap.xml
|
||||
@@ -82,7 +82,7 @@ export default () => {
|
||||
<title>
|
||||
{tags.length
|
||||
? `${ tags.join (anyFlg ? ' or ' : ' and ') } | ${ SITE_TITLE }`
|
||||
: `${ SITE_TITLE } 〜 ぼざクリ関聯綜合リンク集サイト`}
|
||||
: `${ SITE_TITLE } 〜 ぼざろクリーチャーシリーズ綜合リンク集サイト`}
|
||||
</title>
|
||||
</Helmet>
|
||||
<TagSidebar posts={posts.slice (0, 20)} />
|
||||
|
||||
Reference in New Issue
Block a user