upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit 235f556900 - Show all commits

View File

@ -8,8 +8,8 @@ const siteMetadata = {
theme: 'system', // system, dark or light theme: 'system', // system, dark or light
siteUrl: 'https://tailwind-nextjs-starter-blog.vercel.app', siteUrl: 'https://tailwind-nextjs-starter-blog.vercel.app',
siteRepo: 'https://github.com/timlrx/tailwind-nextjs-starter-blog', siteRepo: 'https://github.com/timlrx/tailwind-nextjs-starter-blog',
siteLogo: '/static/images/logo.png', siteLogo: `${process.env.BASE_PATH || ''}/static/images/logo.png`,
socialBanner: '/static/images/twitter-card.png', socialBanner: `${process.env.BASE_PATH || ''}/static/images/twitter-card.png`,
mastodon: 'https://mastodon.social/@mastodonuser', mastodon: 'https://mastodon.social/@mastodonuser',
email: 'address@yoursite.com', email: 'address@yoursite.com',
github: 'https://github.com', github: 'https://github.com',