Bust cache on photo add

This commit is contained in:
Sam Becker 2025-11-19 09:23:36 -06:00
parent ab0ddeee94
commit 1dd4475ae5

View File

@ -39,6 +39,7 @@ export default function AddUploadButton({
title,
takenAtLocal: generateLocalPostgresString(),
takenAtNaiveLocal: generateLocalNaivePostgresString(),
shouldRevalidateAllKeysAndPaths: true,
})
.then(() => {
if (shouldRedirectToAdminPhotos) {