We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb62a41 commit cc418eeCopy full SHA for cc418ee
1 file changed
src/components/headermeta.tsx
@@ -27,7 +27,7 @@ const HMeta: React.FC<MetaProps> = ({
27
? basedUrl + pageImg
28
: "https://nknighta.github.io/images/og.png";
29
const defaultTitle = "nknighta";
30
- const defaultDescription = "Web3 development";
+ const defaultDescription = "nknighta portfolio and blog";
31
const title = pageTitle ? `${pageTitle} | ${defaultTitle}` : defaultTitle;
32
const description = pageDescription ? pageDescription : defaultDescription;
33
const url = `https://nknighta.me${pagePath == undefined ? "/" : pagePath}`;
0 commit comments