Skip to content

Commit b267a3f

Browse files
committed
metadata
1 parent b6658dd commit b267a3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/(website)/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ export async function sharedMetaData(params) {
1111
title: {
1212
default:
1313
settings?.title ||
14-
"Stablo Pro - Blog Template for Next.js & Sanity CMS",
14+
"Stablo - Blog Template for Next.js & Sanity CMS",
1515
template: "%s | Stablo"
1616
},
1717
description:
1818
settings?.description ||
19-
"Pro version of Stablo, popular open-source next.js and sanity blog template",
19+
"Stablo - popular open-source next.js and sanity blog template",
2020
keywords: ["Next.js", "Sanity", "Tailwind CSS"],
2121
authors: [{ name: "Surjith" }],
2222
canonical: settings?.url,

0 commit comments

Comments
 (0)