We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6658dd commit b267a3fCopy full SHA for b267a3f
app/(website)/layout.tsx
@@ -11,12 +11,12 @@ export async function sharedMetaData(params) {
11
title: {
12
default:
13
settings?.title ||
14
- "Stablo Pro - Blog Template for Next.js & Sanity CMS",
+ "Stablo - Blog Template for Next.js & Sanity CMS",
15
template: "%s | Stablo"
16
},
17
description:
18
settings?.description ||
19
- "Pro version of Stablo, popular open-source next.js and sanity blog template",
+ "Stablo - popular open-source next.js and sanity blog template",
20
keywords: ["Next.js", "Sanity", "Tailwind CSS"],
21
authors: [{ name: "Surjith" }],
22
canonical: settings?.url,
0 commit comments