소스 검색

Merged from the base branch and resolved the remaining conflict.

Shunm634-source 3 년 전
부모
커밋
a8e78f683e
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      packages/app/src/pages/[[...path]].page.tsx

+ 0 - 5
packages/app/src/pages/[[...path]].page.tsx

@@ -371,12 +371,7 @@ async function injectRoutingInformation(context: GetServerSidePropsContext, prop
   }
   else if (page == null) {
     props.isNotFound = true;
-<<<<<<< HEAD
-=======
-
     props.IsNotCreatable = !isCreatablePage(currentPathname);
-
->>>>>>> 0c7cb70c9ed478d00abbee1657599fb302c0f54a
     // check the page is forbidden or just does not exist.
     const count = isPermalink ? await Page.count({ _id: pageId }) : await Page.count({ path: currentPathname });
     props.isForbidden = count > 0;