feat: tips for portfolios page

This commit is contained in:
DIYgod 2023-08-07 21:44:44 +01:00
parent 89ec224950
commit 7634df9359
No known key found for this signature in database
3 changed files with 6 additions and 0 deletions

View File

@ -153,6 +153,10 @@ export default function SiteSettingsNavigationPage() {
<span className="text-zinc-900">- {t("NFT Showcase page")}:</span>{" "}
<span className="bg-zinc-200 rounded-lg px-2">/nft</span>
</p>
<p>
<span className="text-zinc-900">- {t("Portfolios page")}:</span>{" "}
<span className="bg-zinc-200 rounded-lg px-2">/portfolios</span>
</p>
</div>
<form onSubmit={handleSubmit}>
<div className="bg-zinc-50 rounded-lg overflow-hidden">

View File

@ -119,6 +119,7 @@
"Archives page": "归档页面",
"Tag page": "标签页面",
"NFT Showcase page": "NFT 展示页面",
"Portfolios page": "作品集页面",
"Label": "标签",
"URL": "链接",
"subdomain": "子域名",

View File

@ -13,6 +13,7 @@ const slugReservedWords = [
"manifest.json",
"atom.xml",
"search",
"portfolios",
]
export const checkSlugReservedWords = (word: string) => {