Adjusted umami host url
All checks were successful
Build and Deploy docker container / build (push) Successful in 4m34s
All checks were successful
Build and Deploy docker container / build (push) Successful in 4m34s
This commit is contained in:
@ -34,6 +34,7 @@ const siteMetadata = {
|
||||
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',
|
||||
// Remember to add 'us.umami.is' in `next.config.js` as a permitted domain for the CSP
|
||||
},
|
||||
// plausibleAnalytics: {
|
||||
|
Reference in New Issue
Block a user