Skip to content

Commit

Permalink
docs: fix disable404Route default type (#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo authored Jan 27, 2024
1 parent 2537cd1 commit cae82bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/content/docs/ko/reference/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ starlight({
### `disable404Route`

**타입:** `boolean`
**기본값:** `'false'`
**기본값:** `false`

Starlight의 기본 [404 페이지](https://docs.astro.build/ko/core-concepts/astro-pages/#사용자-정의-404-오류-페이지) 삽입을 비활성화합니다. 프로젝트에서 사용자 정의 `src/pages/404.astro` 경로를 사용하려면 이 옵션을 `false`로 설정하세요.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/reference/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ For example, this page is titled “Configuration Reference” and this site is
### `disable404Route`

**type:** `boolean`
**default:** `'false'`
**default:** `false`

Disables injecting Starlight's default [404 page](https://docs.astro.build/en/core-concepts/astro-pages/#custom-404-error-page). To use a custom `src/pages/404.astro` route in your project, set this option to `false`.

Expand Down

0 comments on commit cae82bc

Please sign in to comment.