enabled the caching behavior LOL

This commit is contained in:
FifthWit 2025-06-03 13:30:32 -05:00
parent 687d72d8f8
commit d97b93b0c1

View file

@ -144,4 +144,6 @@ export default defineCachedEventHandler(async (event) => {
statusMessage: 'Failed to fetch Letterboxd lists'
});
}
},{
maxAge: process.env.NODE_ENV === 'production' ? 60 * 60 * 24 : 0
});