chore: drop unused values

This commit is contained in:
Cory Dransfeldt 2024-07-14 21:20:44 -07:00
parent 1a6e250875
commit c00da8d08c
No known key found for this signature in database
3 changed files with 3 additions and 11 deletions

View file

@ -15,10 +15,6 @@ const fetchGlobals = async () => {
feed_image(filename_disk),
apple_touch_icon(filename_disk),
about(filename_disk),
page_404(filename_disk),
page_broken(filename_disk),
page_not_allowed(filename_disk),
page_stop(filename_disk),
logo_the_claw(filename_disk)
`)
@ -35,10 +31,6 @@ const fetchGlobals = async () => {
'feed_image',
'apple_touch_icon',
'about',
'page_404',
'page_broken',
'page_not_allowed',
'page_stop',
'logo_the_claw'
]