updated umami
Some checks failed
Build and Deploy docker container / build (push) Has been cancelled

This commit is contained in:
Jonathan Branan 2025-01-28 17:57:51 -06:00
parent bbc1567ea4
commit ee886d4d13
2 changed files with 3 additions and 1 deletions

2
data/blog/blogideas.mdx Normal file
View File

@ -0,0 +1,2 @@
- split dns jonb.io vs int.jonb.io
- entertainment stack

View File

@ -33,7 +33,7 @@ const siteMetadata = {
// We use an env variable for this site to avoid other users cloning our analytics ID // We use an env variable for this site to avoid other users cloning our analytics ID
umamiWebsiteId: process.env.NEXT_UMAMI_ID, // 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: // You may also need to overwrite the script if you're storing data in the US - ex:
// src: 'https://us.umami.is/script.js' src: 'https://umami.jonb.io/script.js'
// Remember to add 'us.umami.is' in `next.config.js` as a permitted domain for the CSP // Remember to add 'us.umami.is' in `next.config.js` as a permitted domain for the CSP
}, },
// plausibleAnalytics: { // plausibleAnalytics: {