feat: tips for portfolios page
This commit is contained in:
parent
89ec224950
commit
7634df9359
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -119,6 +119,7 @@
|
|||
"Archives page": "归档页面",
|
||||
"Tag page": "标签页面",
|
||||
"NFT Showcase page": "NFT 展示页面",
|
||||
"Portfolios page": "作品集页面",
|
||||
"Label": "标签",
|
||||
"URL": "链接",
|
||||
"subdomain": "子域名",
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ const slugReservedWords = [
|
|||
"manifest.json",
|
||||
"atom.xml",
|
||||
"search",
|
||||
"portfolios",
|
||||
]
|
||||
|
||||
export const checkSlugReservedWords = (word: string) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue