Merge pull request #29855 from danieljelcic/fix/home-plugin-routes

feat: Export home plugin root page route
This commit is contained in:
Andre Wanlin
2025-05-13 07:55:59 -05:00
committed by GitHub
3 changed files with 11 additions and 1 deletions
+3
View File
@@ -69,4 +69,7 @@ const homePage = PageBlueprint.makeWithOverrides({
export default createFrontendPlugin({
pluginId: 'home',
extensions: [homePage],
routes: {
root: rootRouteRef,
},
});