Skip to content

Commit

Permalink
Merge pull request #27 from SubstantialCattle5/dev
Browse files Browse the repository at this point in the history
feat: github auth
  • Loading branch information
SubstantialCattle5 authored Sep 22, 2024
2 parents 325eb73 + b9875d6 commit b67f822
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
7 changes: 2 additions & 5 deletions public/contents/projects/humantd.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>

<CloudinaryImg
mdx
publicId='nilaysharan/project/humantd/jxzyuveomatxhdn7tk8p'
alt='list-of-features'
width={1882}
height={1041}
/>{' '}

/>

> ## Domain Of Application
Expand Down
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const metadata: Metadata = {
authors: [
{
name: 'Nilay Nath Sharan',
url: '',
url: 'https://www.nilaysharan.in/',
},
],
};
Expand Down
3 changes: 1 addition & 2 deletions src/constant/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
};

0 comments on commit b67f822

Please sign in to comment.