TechnicalApr 4, 2026Evergreen
Analytics, a glow-up, and writing things down so I don't forget
Wired up Web Vitals, redesigned the landing pages, rewrote all the copy, and documented the process.
Tag
4 posts in my garden · read my essays
Wired up Web Vitals, redesigned the landing pages, rewrote all the copy, and documented the process.
The inevitable follow-up to adding GTM: the browser's CSP was blocking the script, so this PR adds googletagmanager.com to script-src and img-src in next.config.js.
First instrumentation on the blog: a gtag wrapper in lib/ga.js, a custom pages/_document.js with the Global Site Tag, and no npm dependency.
Universal Analytics is on the way out, so this PR migrates to GA4 via Google Tag Manager loaded through next/script, and renames everything from stevieismagic.com to steven.ocampo.io.