Skip to content

Commit

Permalink
update the siteurl
Browse files Browse the repository at this point in the history
  • Loading branch information
officialrajdeepsingh committed Jan 20, 2024
1 parent 5019855 commit 272fd66
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const themeConfig = {
settings: {
title: "Start your blog or portfolio using MDX, Next.Js, and Nextra.",
description: "Section blog theme is build with Nextjs and tailwind css.",
SiteURL: "https://officialrajdeepsingh.github.io/section-blog-theme-demo/",
SiteURL: "https://section-blog-theme-demo.vercel.app/",
defaultSEO: {
title: "Start your blog or portfolio using MDX, Next.Js, and Nextra.",
titleTemplate: '%s | Section Blog Theme',
Expand Down Expand Up @@ -53,6 +53,28 @@ const themeConfig = {
href: "/posts",
title: "Blog",
},
{
title: "Projects",
subNav: true,
subNavigation: [
{
title: "Personal Blog",
href: "https://officialrajdeepsingh.dev/",
description: "Check out my personal portfolio blog website.",
},
{
title: "Section Blog Theme",
href: "https://github.com/frontendweb3/section-blog-theme",
description: "Section blog theme is nextra based theme.",
},
{
title: "Awesome Nextjs",
href: "https://github.com/officialrajdeepsingh/awesome-nextjs",
description:
"A curated list of awesome Nextjs-based libraries that help build small and large-scale applications with next.js.",
},
],
},
{
href: "/about",
title: "About",
Expand Down

0 comments on commit 272fd66

Please sign in to comment.