Skip to content

Commit 32a4465

Browse files
i18n(ko-KR): update adapter-reference.mdx (#13523)
Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
1 parent a2c81e0 commit 32a4465

File tree

3 files changed

+323
-584
lines changed

3 files changed

+323
-584
lines changed

src/content/docs/ko/guides/integrations-guide/netlify.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ netlify deploy
100100

101101
기본적으로 Astro 미들웨어는 빌드 시 사전 렌더링된 페이지에 적용되고 런타임 시 주문형 렌더링 페이지에 적용됩니다.
102102

103-
사전 렌더링된 페이지에 대한 리디렉션, 액세스 제어 또는 사용자 정의 응답 헤더를 구현하려면 [`middlewareMode` 옵션](/ko/reference/adapter-reference/)`edge`로 설정하여 Netlify Edge Functions에서 미들웨어를 실행하세요.
103+
사전 렌더링된 페이지에 대한 리디렉션, 액세스 제어 또는 사용자 정의 응답 헤더를 구현하려면 [`middlewareMode` 옵션](/ko/reference/adapter-reference/#middlewaremode)`edge`로 설정하여 Netlify Edge Functions에서 미들웨어를 실행하세요.
104104

105105
```js title="astro.config.mjs" ins={7}
106106
import { defineConfig } from 'astro/config';

0 commit comments

Comments
 (0)