Export root route for home page

Signed-off-by: Daniel <djelcic@spotify.com>
This commit is contained in:
Daniel
2025-05-06 12:53:06 +01:00
parent 6414320f91
commit fc5b4c9aab
+3
View File
@@ -69,4 +69,7 @@ const homePage = PageBlueprint.makeWithOverrides({
export default createFrontendPlugin({
pluginId: 'home',
extensions: [homePage],
routes: {
root: rootRouteRef,
},
});