We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7d1e20 + 235f556 commit cf64f3bCopy full SHA for cf64f3b
data/siteMetadata.js
@@ -8,8 +8,8 @@ const siteMetadata = {
8
theme: 'system', // system, dark or light
9
siteUrl: 'https://tailwind-nextjs-starter-blog.vercel.app',
10
siteRepo: 'https://github.com/timlrx/tailwind-nextjs-starter-blog',
11
- siteLogo: '/static/images/logo.png',
12
- 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`,
13
mastodon: 'https://mastodon.social/@mastodonuser',
14
email: 'address@yoursite.com',
15
github: 'https://github.com',
0 commit comments