Skip to content

Commit

Permalink
feat: BreadcrumbsPlugin should clear cache
Browse files Browse the repository at this point in the history
  • Loading branch information
DavieReid committed Sep 27, 2023
1 parent 52da3b2 commit 1b0de24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/plugins/src/BreadcrumbsPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ const BreadcrumbsPlugin: PluginType<BreadcrumbsPluginPage, BreadcrumbsPluginOpti
}
}
}
},
async shouldClearCache() {
return true;
}
};

Expand Down

0 comments on commit 1b0de24

Please sign in to comment.