jam411 %!s(int64=3) %!d(string=hai) anos
pai
achega
0a33422c18
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/core/src/utils/page-path-utils.ts

+ 1 - 1
packages/core/src/utils/page-path-utils.ts

@@ -63,7 +63,7 @@ export const isMovablePage = (path: string): boolean => {
  * @param path
  */
 export const isUserPage = (path: string): boolean => {
-  // https://regex101.com/r/BSDdRr/1
+  // https://regex101.com/r/MwifLR/1
   if (path.match(/^\/user\/.*?$/)) {
     return true;
   }