diff --git a/site.config.dev.tsx b/site.config.dev.tsx index 5e50eeda..cf100144 100644 --- a/site.config.dev.tsx +++ b/site.config.dev.tsx @@ -22,15 +22,15 @@ const siteConfig: SiteConfig = { ], externalRoutes: [ { - role: 'profile', + role: 'org.openedx.frontend.role.profile', url: 'http://apps.local.openedx.io:1995/profile/' }, { - role: 'account', + role: 'org.openedx.frontend.role.account', url: 'http://apps.local.openedx.io:1997/account/' }, { - role: 'logout', + role: 'org.openedx.frontend.role.logout', url: 'http://local.openedx.io:8000/logout' }, ],