Browse Source

fix comment

jam411 3 năm trước cách đây
mục cha
commit
0a33422c18
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
   }