Revalidate parent page when child is updated
npm install @webbio/revalidate-parent-pageThis plugin is used to revalidate the parent page of a given page when the page is updated. It will only update the parent page, not the page itself.
Add the plugin to config/plugins.ts
````
'revalidate-parent-page': {
enabled: true,
}