소스 검색

fix comment

jam411 3 년 전
부모
커밋
0a33422c18
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
   }