Skip to content

Commit

Permalink
Merge pull request timlrx#985 from ffffffffspace/abernier-patch-1
Browse files Browse the repository at this point in the history
more BASE_PATH catches
  • Loading branch information
timlrx authored Jul 30, 2024
2 parents f7d1e20 + 235f556 commit cf64f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/siteMetadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit cf64f3b

Please sign in to comment.