From b9875d688305343683b8a8632c982b910e6b3c3d Mon Sep 17 00:00:00 2001 From: substantialcattle5 Date: Sun, 22 Sep 2024 19:31:55 +0530 Subject: [PATCH] feat: github auth --- public/contents/projects/humantd.mdx | 7 ++----- src/app/layout.tsx | 2 +- src/constant/config.ts | 3 +-- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/public/contents/projects/humantd.mdx b/public/contents/projects/humantd.mdx index 7be994a..2284920 100644 --- a/public/contents/projects/humantd.mdx +++ b/public/contents/projects/humantd.mdx @@ -38,17 +38,14 @@ The project uses a range of technologies including : mdx publicId='nilaysharan/project/humantd/feature' alt='list-of-features' - width={1882} - height={1041} /> {' '} + +/> > ## Domain Of Application diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 592a88f..8c9a120 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -30,7 +30,7 @@ export const metadata: Metadata = { authors: [ { name: 'Nilay Nath Sharan', - url: '', + url: 'https://www.nilaysharan.in/', }, ], }; diff --git a/src/constant/config.ts b/src/constant/config.ts index 9eae9af..73952d0 100644 --- a/src/constant/config.ts +++ b/src/constant/config.ts @@ -2,6 +2,5 @@ export const siteConfig = { title: 'Nilay Sharan', description: 'A website for Nilay Sharan, a software engineer who loves to build things.', - /** Without additional '/' on the end, e.g. https://theodorusclarence.com */ - url: 'https://tsnext-tw.thcl.dev', + url: 'https://www.nilaysharan.in', };