You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/demo-section-blog/theme.config.tsx
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ const themeConfig = {
2
2
settings: {
3
3
title: "My title",
4
4
description: "my descript is here ",
5
-
SiteURL:"https://officialrajdeepsingh.dev",
5
+
SiteURL:"https://officialrajdeepsingh.dev",
6
6
defaultSEO: {
7
7
title: "default SEO title is here",
8
8
titleTemplate: '%s | Section Blog Theme',
@@ -13,7 +13,7 @@ const themeConfig = {
13
13
}
14
14
}
15
15
},
16
-
bannerMessage: "Start your markdown portfolio blog with nextjs, nextra, tailwind CSS, and Shadcn UI using <a style='margin: 0px 4px;' target='_blank' href='https://www.npmjs.com/package/section-blog-theme'> the section blog theme. </a>",
16
+
bannerMessage: "Start your markdown portfolio blog with nextjs, nextra, tailwind CSS, and Shadcn UI using <a style='margin: 0px 4px;text-decoration:underline;' target='_blank' href='https://www.npmjs.com/package/section-blog-theme'> the section blog theme. </a>",
0 commit comments