Skip to content

Commit cc418ee

Browse files
committed
fix: 🐛 site description
1 parent bb62a41 commit cc418ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/headermeta.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const HMeta: React.FC<MetaProps> = ({
2727
? basedUrl + pageImg
2828
: "https://nknighta.github.io/images/og.png";
2929
const defaultTitle = "nknighta";
30-
const defaultDescription = "Web3 development";
30+
const defaultDescription = "nknighta portfolio and blog";
3131
const title = pageTitle ? `${pageTitle} | ${defaultTitle}` : defaultTitle;
3232
const description = pageDescription ? pageDescription : defaultDescription;
3333
const url = `https://nknighta.me${pagePath == undefined ? "/" : pagePath}`;

0 commit comments

Comments
 (0)