@@ -11,7 +11,7 @@ const siteMetadata = {
|
||||
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: 'jonathan.branan@fortra.com',
|
||||
email: 'jbranan@teramind.co',
|
||||
github: 'https://github.com/jonbranan',
|
||||
// x: 'https://twitter.com/x',
|
||||
// twitter: 'https://twitter.com/Twitter',
|
||||
@@ -31,7 +31,7 @@ const siteMetadata = {
|
||||
// supports Plausible, Simple Analytics, Umami, Posthog or Google Analytics.
|
||||
umamiAnalytics: {
|
||||
// We use an env variable for this site to avoid other users cloning our analytics ID
|
||||
umamiWebsiteId: '748da378-a414-48f3-9053-b923ca6a9ab0', // e.g. 123e4567-e89b-12d3-a456-426614174000
|
||||
umamiWebsiteId: process.env.NEXT_UMAMI_ID, // e.g. 123e4567-e89b-12d3-a456-426614174000
|
||||
// You may also need to overwrite the script if you're storing data in the US - ex:
|
||||
src: 'https://umami.jonb.io/script.js',
|
||||
umamiHostUrl: 'https://umami.jonb.io',
|
||||
|
||||
Reference in New Issue
Block a user