Adjust paths to cache
This commit is contained in:
parent
44027408a2
commit
2158961017
3
src/cache/index.ts
vendored
3
src/cache/index.ts
vendored
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user