We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd2a09 commit f3725feCopy full SHA for f3725fe
src/collections/Projects.ts
@@ -301,7 +301,7 @@ export const Projects: CollectionConfig = {
301
if (updatedLocale === 'all')
302
routing.locales.forEach(async (locale) => {
303
revalidatePath(`/${locale}/projects`)
304
- await purgeURL(`${purgeURL}/${locale}/projects`)
+ await purgeURL(`${locale}/projects`)
305
})
306
else {
307
revalidatePath(`/${updatedLocale}/projects`)
0 commit comments