Skip to content

Commit

Permalink
i18n(ko-KR): update deno.mdx (withastro#6849)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Valladares <[email protected]>
  • Loading branch information
jsparkdev and dreyfus92 authored Feb 10, 2024
1 parent 872feab commit 1def854
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/content/docs/ko/guides/deploy/deno.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ import ReadMore from '~/components/ReadMore.astro'

## 프로젝트 구성

Astro 프로젝트는 서버 측 렌더링 사이트 (SSR)로 [Deno Deploy](https://deno.com/deploy)에 배포될 수 있습니다. Deno Deploy는 정적 사이트를 지원하지 않습니다.
이 페이지에서는 Astro 프로젝트를 서버 측 렌더링 사이트 (SSR)로 [Deno Deploy](https://deno.com/deploy)에 배포하기 위한 지침을 제공합니다.

정적 사이트를 배포하려면 [Deno 정적 사이트 배포 튜토리얼](https://docs.deno.com/deploy/tutorials/static-site)을 참조하세요.

### SSR용 어댑터

Expand Down Expand Up @@ -72,7 +74,7 @@ npx astro add deno
npm run preview
```

## 배포 방법
## SSR Astro 사이트를 배포하는 방법

GitHub Actions 또는 Deno Deploy의 CLI (명령줄 인터페이스)를 사용하여 Deno Deploy에 배포할 수 있습니다.

Expand Down

0 comments on commit 1def854

Please sign in to comment.