Merge pull request #29855 from danieljelcic/fix/home-plugin-routes
feat: Export home plugin root page route
This commit is contained in:
@@ -69,4 +69,7 @@ const homePage = PageBlueprint.makeWithOverrides({
|
||||
export default createFrontendPlugin({
|
||||
pluginId: 'home',
|
||||
extensions: [homePage],
|
||||
routes: {
|
||||
root: rootRouteRef,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user