Skip to content

Commit

Permalink
fix: Correct root route id to "root" in core plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Feb 10, 2025
1 parent 9e87d55 commit b219c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/portal-framework-plugin-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function (): Plugin {
routes: [
{
component: "Index",
id: "service_ipfs_subfolder",
id: "root",
path: "/",
},
{
Expand Down

0 comments on commit b219c93

Please sign in to comment.