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",
|
"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": {
|
||||||
|
|
|
@ -36,8 +36,4 @@
|
||||||
|
|
||||||
populateNowPlaying(data)
|
populateNowPlaying(data)
|
||||||
}
|
}
|
||||||
})()
|
})()
|
||||||
;(async function () {
|
|
||||||
if (window.location.search.includes('ignore-me') && localStorage)
|
|
||||||
localStorage.plausible_ignore = true
|
|
||||||
})()
|
|
Reference in a new issue