Skip to content

Commit

Permalink
i18n(ko-KR): update cloudflare.mdx (#8445)
Browse files Browse the repository at this point in the history
Co-authored-by: Yan <[email protected]>
  • Loading branch information
jsparkdev and yanthomasdev authored Jun 6, 2024
1 parent 121e29b commit 70060ee
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/content/docs/ko/guides/deploy/cloudflare.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ import { Steps } from '@astrojs/starlight/components';

2. 코드를 Git 저장소 (GitHub, GitLab)에 푸시합니다.

3. Cloudflare 대시보드에 로그인하고 **Account Home** > **Pages**에서 계정을 선택하세요.
3. Cloudflare 대시보드에 로그인하고 **계정 홈** > **Workers 및 Pages** > **개요** 탭에서 계정을 선택하세요.

4. **Create a new Project****Connect Git** 옵션을 선택합니다.
4. **응용 프로그램 생성**을 선택하고 **Pages** 탭을 선택한 후 **Git에 연결** 옵션을 선택합니다.

5. 배포하려는 git 프로젝트를 선택하고 **Begin setup**을 클릭합니다.
5. 배포하려는 git 프로젝트를 선택하고 **설정 시작**을 클릭합니다.

6. 다음 빌드 설정을 사용합니다.

- **Framework preset**: `Astro`
- **Build command:** `npm run build`
- **Build output directory:** `dist`
- **프레임워크 미리 설정**: `Astro`
- **빌드 명령:** `npm run build`
- **빌드 출력 디렉터리:** `dist`

7. **Save and Deploy** 버튼을 클릭합니다.
7. **저장 및 배포** 버튼을 클릭합니다.
</Steps>

## Wrangler를 사용하여 사이트를 배포하는 방법
Expand Down

0 comments on commit 70060ee

Please sign in to comment.