Merge branch 'timlrx:main' into main

This commit is contained in:
Atreya
2024-07-30 08:39:08 -04:00
committed by GitHub
4 changed files with 11 additions and 6 deletions

View File

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