chore: reduce js
This commit is contained in:
parent
b23a28298a
commit
fdc7253588
2 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -37,7 +37,3 @@
|
|||
populateNowPlaying(data)
|
||||
}
|
||||
})()
|
||||
;(async function () {
|
||||
if (window.location.search.includes('ignore-me') && localStorage)
|
||||
localStorage.plausible_ignore = true
|
||||
})()
|
||||
|
|
Reference in a new issue