We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cant-render-page.mdx
1 parent 6ed67af commit 24415d6Copy full SHA for 24415d6
src/content/docs/ko/reference/errors/cant-render-page.mdx
@@ -0,0 +1,11 @@
1
+---
2
+title: Astro can't render the route.
3
+i18nReady: true
4
+githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
5
6
+
7
+> **CantRenderPage**: Astro cannot find any content to render for this route. There is no file or redirect associated with this route.
8
9
+## 무엇이 잘못되었나요?
10
11
+Astro가 경로를 렌더링하는 동안 콘텐츠와 관련된 파일을 찾을 수 없습니다. 이는 사용자 오류가 아닌 Astro 오류입니다. 개발 서버를 다시 시작해도 문제가 해결되지 않으면 문제를 보고해주세요.
0 commit comments