Skip to content

Commit 7361fac

Browse files
i18n(ko-KR): create cache-not-enabled.mdx (#13554)
Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
1 parent d7c9382 commit 7361fac

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Cache is not enabled.
3+
i18nReady: true
4+
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
5+
---
6+
7+
> `Astro.cache` is not available because the cache feature is not enabled.
8+
9+
## 무엇이 잘못되었나요?
10+
`Astro.cache` 또는 `context.cache`를 사용했지만, Astro 설정에서 캐시 기능이 활성화되지 않았을 때 발생합니다.

0 commit comments

Comments
 (0)