We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cache-not-enabled.mdx
1 parent d7c9382 commit 7361facCopy full SHA for 7361fac
src/content/docs/ko/reference/errors/cache-not-enabled.mdx
@@ -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