From d92c303234d1d0025c42214b1f64ae4965000c27 Mon Sep 17 00:00:00 2001 From: Giulia Ghisini <51911425+giuliaghisini@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:27:21 +0200 Subject: [PATCH] Update packages/volto/src/config/NonContentRoutesPublic.jsx Co-authored-by: Steve Piercy --- packages/volto/src/config/NonContentRoutesPublic.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',