Skip to content

Commit

Permalink
⚗️ Disbale revalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Jan 14, 2025
1 parent 70eaa66 commit f7868e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pages/api/update-algolia-indexes.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default async function handler(req, res) {
if (response.status == 204) {
console.log('Algolia Indexing Success , Revalidating newsroom')
// revalidate newsroom pages
await revalidateNewsroomPages()
//await revalidateNewsroomPages()
return res.status(200).json('Index updated and newsroom revalidated')
} else {
return res.status(400).json(response.body)
Expand Down

0 comments on commit f7868e0

Please sign in to comment.