feat: analytics updates and cleanup

This commit is contained in:
Cory Dransfeldt 2023-05-01 08:34:57 -07:00
parent 658db2ee62
commit 62f1ace728
No known key found for this signature in database
8 changed files with 24 additions and 29 deletions

3
src/_data/env.js Normal file
View file

@ -0,0 +1,3 @@
module.exports = async function () {
return process.env.NODE_ENV
}