upstream #1
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user