Adjust paths to cache

This commit is contained in:
Sam Becker 2023-09-18 20:06:55 -05:00
parent 44027408a2
commit 2158961017

3
src/cache/index.ts vendored
View File

@ -8,8 +8,11 @@ const PHOTO_PATHS = [
'/',
'/grid',
'/p/[photoId]',
'/p/[photoId]/share',
'/p/[photoId]/image',
'/t/[tag]',
'/t/[tag]/[photoId]',
'/t/[tag]/[photoId]/share',
'/admin/photos',
'/admin/photos/[photoId]',
'/admin/photos/[photoId]/edit',