chore: cleanup
This commit is contained in:
parent
be6cbeda77
commit
60f48549cd
3 changed files with 3 additions and 2 deletions
|
@ -67,6 +67,7 @@ window.addEventListener('load', () => {
|
||||||
checkModals()
|
checkModals()
|
||||||
})()
|
})()
|
||||||
|
|
||||||
|
// text toggle for media pages
|
||||||
;(() => {
|
;(() => {
|
||||||
const button = document.querySelector('[data-toggle-button]')
|
const button = document.querySelector('[data-toggle-button]')
|
||||||
const content = document.querySelector('[data-toggle-content]')
|
const content = document.querySelector('[data-toggle-content]')
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name = "analytics-worker"
|
name = "analytics-worker"
|
||||||
main = "./index.js" # Add this line to specify the entry point
|
main = "./index.js"
|
||||||
compatibility_date = "2023-01-01"
|
compatibility_date = "2023-01-01"
|
||||||
|
|
||||||
account_id = "${CF_ACCOUNT_ID}"
|
account_id = "${CF_ACCOUNT_ID}"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name = "scrobble-worker"
|
name = "scrobble-worker"
|
||||||
main = "./index.js" # Add this line to specify the entry point
|
main = "./index.js"
|
||||||
compatibility_date = "2023-01-01"
|
compatibility_date = "2023-01-01"
|
||||||
|
|
||||||
account_id = "${CF_ACCOUNT_ID}"
|
account_id = "${CF_ACCOUNT_ID}"
|
||||||
|
|
Reference in a new issue