Commit f3cdd86d authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Set `baseURL` for pattern library

The pattern library no longer serves by default at `/ui-playground`, so
we need to set a `baseURL`.
parent 636a8d6c
......@@ -13,4 +13,4 @@ const extraRoutes = [
},
];
startApp({ extraRoutes, icons: sidebarIcons });
startApp({ baseURL: '/ui-playground', extraRoutes, icons: sidebarIcons });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment