Skip to content

Commit

Permalink
i18n(ko-KR): update error-reference.mdx (#8594)
Browse files Browse the repository at this point in the history
* i18n(ko-KR): update `error-reference.mdx`

* fix: remove a line

---------

Co-authored-by: Yan <[email protected]>
  • Loading branch information
jsparkdev and yanthomasdev committed Jun 21, 2024
1 parent d716589 commit 5425e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/ko/reference/error-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ import DontEditWarning from '~/components/DontEditWarning.astro'
- [**PrerenderDynamicEndpointPathCollide**](/ko/reference/errors/prerender-dynamic-endpoint-path-collide/)<br/>사전 렌더링된 동적 엔드포인트에 경로 충돌이 있습니다.
- [**ExpectedImage**](/ko/reference/errors/expected-image/)<br/>src는 이미지일 것으로 예상됩니다.
- [**ExpectedImageOptions**](/ko/reference/errors/expected-image-options/)<br/>예상되는 이미지 옵션.
- [**ExpectedNotESMImage**](/ko/reference/errors/expected-not-esmimage/)<br/>ESM에서 가져온 이미지가 아닌 예상되는 이미지 옵션.
- [**IncompatibleDescriptorOptions**](/ko/reference/errors/incompatible-descriptor-options/)<br/>`densities``widths`를 모두 설정할 수 없습니다.
- [**ImageNotFound**](/ko/reference/errors/image-not-found/)<br/>이미지를 찾을 수 없습니다.
- [**NoImageMetadata**](/ko/reference/errors/no-image-metadata/)<br/>이미지 메타데이터를 처리할 수 없습니다.
Expand Down Expand Up @@ -71,7 +72,6 @@ import DontEditWarning from '~/components/DontEditWarning.astro'
- [**NoPrerenderedRoutesWithDomains**](/ko/reference/errors/no-prerendered-routes-with-domains/)<br/>국제화 도메인이 활성화된 경우 사전 렌더링된 경로는 지원되지 않습니다.
- [**MissingMiddlewareForInternationalization**](/ko/reference/errors/missing-middleware-for-internationalization/)<br/>미들웨어 없이 수동 국제화 라우팅을 활성화했습니다.
- [**RewriteEncounteredAnError**](/ko/reference/errors/rewrite-encountered-an-error/)<br/>Astro가 리라이트할 경로를 찾을 수 없거나, 찾았지만 렌더링 단계에서 오류가 발생했습니다.
- [**InvalidRewrite404**](/ko/reference/errors/invalid-rewrite404/)<br/>정적 페이지에서 404를 리라이트하려고 시도했지만 이는 허용되지 않습니다.
- [**CantRenderPage**](/ko/reference/errors/cant-render-page/)<br/>Astro가 경로를 렌더링할 수 없습니다.
- [**UnhandledRejection**](/ko/reference/errors/unhandled-rejection/)<br/>처리될 수 없는 오류가 발생했습니다.
- [**i18nNotEnabled**](/ko/reference/errors/i18n-not-enabled/)<br/>i18n이 활성화되지 않았습니다.
Expand Down

0 comments on commit 5425e8b

Please sign in to comment.