diff --git a/src/cache/index.ts b/src/cache/index.ts index ed1becd8..737b5297 100644 --- a/src/cache/index.ts +++ b/src/cache/index.ts @@ -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',