File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
src/content/docs/ko/reference Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ import DontEditWarning from '~/components/DontEditWarning.astro'
42
42
- [ ** UnsupportedImageFormat** ] ( /ko/reference/errors/unsupported-image-format/ ) <br />지원되지 않는 이미지 형식
43
43
- [ ** UnsupportedImageConversion** ] ( /ko/reference/errors/unsupported-image-conversion/ ) <br />지원되지 않는 이미지 변환
44
44
- [ ** PrerenderDynamicEndpointPathCollide** ] ( /ko/reference/errors/prerender-dynamic-endpoint-path-collide/ ) <br />사전 렌더링된 동적 엔드포인트에 경로 충돌이 있습니다.
45
+ - [ ** PrerenderRouteConflict** ] ( /ko/reference/errors/prerender-route-conflict/ ) <br />사전 렌더링된 라우트가 다른 라우트와 동일한 경로를 생성합니다.
45
46
- [ ** ExpectedImage** ] ( /ko/reference/errors/expected-image/ ) <br />src는 이미지일 것으로 예상됩니다.
46
47
- [ ** ExpectedImageOptions** ] ( /ko/reference/errors/expected-image-options/ ) <br />예상되는 이미지 옵션.
47
48
- [ ** ExpectedNotESMImage** ] ( /ko/reference/errors/expected-not-esmimage/ ) <br />ESM에서 가져온 이미지가 아닌 예상되는 이미지 옵션.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ i18nReady: true
4
4
githubURL : https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
5
5
---
6
6
7
- > No data was found for the family passed to the Font component.
7
+ > No data was found for the ` cssVariable ` passed to the ` < Font /> ` component or to the ` getFontData() ` function .
8
8
9
9
## 무엇이 잘못 되었나요?
10
10
글꼴 패밀리를 찾을 수 없습니다.
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Prerendered route generates the same path as another route.
3
+ i18nReady : true
4
+ githubURL : https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
5
+ ---
6
+
7
+ ## 무엇이 잘못되었나요?
8
+
9
+ 두 개의 사전 렌더링된 라우트가 동일한 경로를 생성하여 충돌이 발생합니다.
10
+ 정적 경로는 하나의 라우트에 의해서만 생성될 수 있습니다.
11
+
12
+ ** 더 보기:**
13
+ - [ ` getStaticPaths() ` ] ( /ko/reference/routing-reference/#getstaticpaths )
14
+ - [ ` params ` ] ( /ko/reference/api-reference/#params )
You can’t perform that action at this time.
0 commit comments