diff --git a/packages/volto/src/config/NonContentRoutesPublic.jsx b/packages/volto/src/config/NonContentRoutesPublic.jsx index eeb7f2cf4f..c2a588c9d2 100644 --- a/packages/volto/src/config/NonContentRoutesPublic.jsx +++ b/packages/volto/src/config/NonContentRoutesPublic.jsx @@ -1,6 +1,6 @@ // PublicUi routes that are noContentRoutes, and we won't cms-ui // You can include either RegEx or a string representing the ending of the -// nonContentRoute eg. '/add' will match '/foo/bar/add' +// nonContentRoute. For example, '/add' will match '/foo/bar/add'. export const nonContentRoutesPublic = [ '/login', '/logout',