Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n(ko-KR): update cant-use-astro-config-module-error.mdx #10932

Merged
merged 1 commit into from
Feb 10, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ i18nReady: true
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
---

> **CantUseAstroConfigModuleError**: Cannot import the module "MODULE_NAME" because the experimental feature is disabled. Enable `experimental.serializeManifest` in your `astro.config.mjs`
> **CantUseAstroConfigModuleError**: Cannot import the module "MODULE_NAME" because the experimental feature is disabled. Enable `experimental.serializeConfig` in your `astro.config.mjs`

## 무엇이 잘못되었나요?
실험적 기능을 활성화하지 않으면 `astro:config` 모듈을 사용할 수 없습니다.
1 change: 0 additions & 1 deletion src/content/docs/ko/reference/experimental-flags/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default defineConfig({
});
```


Astro는 테스트와 피드백을 위해 사용자가 새로운 기능을 조기에 접근할 수 있도록 실험적 플래그를 제공합니다.

이러한 플래그를 통해 문제를 보고하고 의견을 공유함으로써 기능 개발에 참여할 수 있습니다. 이러한 기능들은 안정성이 보장되지 않으며, 기능이 활발히 개발되는 동안에는 작은 `patch` 릴리스에서도 호환성을 깨는 변경사항이 포함될 수 있습니다.
Expand Down