chore: reduce js

This commit is contained in:
Cory Dransfeldt 2024-02-04 08:54:40 -08:00
parent b23a28298a
commit fdc7253588
No known key found for this signature in database
2 changed files with 2 additions and 6 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "5.2.7", "version": "5.2.8",
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.", "description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -36,8 +36,4 @@
populateNowPlaying(data) populateNowPlaying(data)
} }
})() })()
;(async function () {
if (window.location.search.includes('ignore-me') && localStorage)
localStorage.plausible_ignore = true
})()