Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions src/content/docs/ko/reference/error-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ import DontEditWarning from '~/components/DontEditWarning.astro'
- [**CannotLoadFontProvider**](/ko/reference/errors/cannot-load-font-provider/)<br/>글꼴 제공자를 로드할 수 없습니다.
- [**ExperimentalFontsNotEnabled**](/ko/reference/errors/experimental-fonts-not-enabled/)<br/>실험적인 글꼴 기능이 활성화되지 않았습니다.
- [**FontFamilyNotFound**](/ko/reference/errors/font-family-not-found/)<br/>글꼴 패밀리를 찾을 수 없습니다.
- [**CspNotEnabled**](/ko/reference/errors/csp-not-enabled/)<br/>CSP 기능이 활성화되지 않았습니다.

## CSS 오류

Expand Down
10 changes: 10 additions & 0 deletions src/content/docs/ko/reference/errors/csp-not-enabled.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: CSP feature isn't enabled
i18nReady: true
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
---

> The `experimental.csp` configuration isn't enabled.

## 무엇이 잘못되었나요?
CSP 기능이 활성화되지 않았습니다.