Skip to content

Commit 235f556

Browse files
authored
Update siteMetadata.js
1 parent 947d3a0 commit 235f556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/siteMetadata.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const siteMetadata = {
88
theme: 'system', // system, dark or light
99
siteUrl: 'https://tailwind-nextjs-starter-blog.vercel.app',
1010
siteRepo: 'https://github.com/timlrx/tailwind-nextjs-starter-blog',
11-
siteLogo: '/static/images/logo.png',
12-
socialBanner: '/static/images/twitter-card.png',
11+
siteLogo: `${process.env.BASE_PATH || ''}/static/images/logo.png`,
12+
socialBanner: `${process.env.BASE_PATH || ''}/static/images/twitter-card.png`,
1313
mastodon: 'https://mastodon.social/@mastodonuser',
1414
email: 'address@yoursite.com',
1515
github: 'https://github.com',

0 commit comments

Comments
 (0)