Skip to content
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
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