Skip to content

Commit

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

* Update src/content/docs/ko/guides/integrations-guide/cloudflare.mdx

Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>

---------

Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
  • Loading branch information
jsparkdev and dreyfus92 committed Mar 5, 2024
1 parent 9196b25 commit db1225b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/content/docs/ko/guides/integrations-guide/cloudflare.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,9 @@ declare namespace App {

Astro 프로젝트의 `public/` 폴더에 `_headers` 파일을 추가하여 [사용자 정의 헤더](https://developers.cloudflare.com/pages/platform/headers/)를 응답에 첨부할 수 있습니다. 이 파일은 빌드 출력 디렉터리에 복사됩니다.

### Assets
Astro가 빌드한 자산은 모두 해시로 이름이 지정되므로 긴 캐시 헤더가 제공될 수 있습니다. 기본적으로 Cloudflare의 Astro는 이러한 파일에 대한 헤더를 추가합니다.

### Redirects

Cloudflare Pages를 사용하여 [사용자 지정 리디렉션](https://developers.cloudflare.com/pages/platform/redirects/)을 선언할 수 있습니다. 이를 통해 요청을 다른 URL로 리디렉션할 수 있습니다. Astro 프로젝트의 `public/` 폴더에 `_redirects` 파일을 추가할 수 있습니다. 이 파일은 빌드 출력 디렉터리에 복사됩니다.
Expand Down

0 comments on commit db1225b

Please sign in to comment.