Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n(ko-KR): update cloudflare.mdx #8445

Merged
merged 2 commits into from
Jun 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading