Refine SEO, uploads, and deploy handling
This commit is contained in:
@@ -88,7 +88,7 @@ export default function CollectionHistory() {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>{seo.title || `${collection.title || 'Collection'} History — Skinbase Nova`}</title>
|
||||
<title>{seo.title || `${collection.title || 'Collection'} History — Skinbase`}</title>
|
||||
<meta name="description" content={seo.description || 'Collection audit history.'} />
|
||||
{seo.canonical ? <link rel="canonical" href={seo.canonical} /> : null}
|
||||
<meta name="robots" content={seo.robots || 'noindex,follow'} />
|
||||
|
||||
Reference in New Issue
Block a user