forked from withastro/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i18n(ko-KR): add
deno.mdx
(withastro#6731)
Co-authored-by: Yan Thomas <[email protected]>
- Loading branch information
1 parent
b6dee76
commit b6a0e26
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: '@astrojs/deno' | ||
description: Deno Astro 어댑터 | ||
i18nReady: true | ||
--- | ||
|
||
Deno 어댑터를 사용하면 Astro가 SSR 사이트를 Deno Deploy를 포함한 Deno 대상에 배포할 수 있습니다. | ||
|
||
Deno 어댑터는 이전에는 Astro에서 유지 관리했지만 이제는 Deno에서 직접 유지 관리합니다. 이제 사용법이 [Deno 어댑터 저장소](https://github.com/denoland/deno-astro-adapter)에 문서화되어 있습니다. | ||
|
||
현재 이 Astro 어댑터를 사용하고 있는 경우 프로젝트에서 SSR을 계속 사용하려면 새로운 Deno 버전으로 마이그레이션하거나 [다른 어댑터를 추가](/ko/guides/server-side-rendering/)해야 합니다. |