Skip to content

Commit 7bf28fc

Browse files
committed
i18n(ko-KR): update errors/
1 parent 61d5a95 commit 7bf28fc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/content/docs/ko/reference/error-reference.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,4 @@ import DontEditWarning from '~/components/DontEditWarning.astro'
149149
- [**SessionWithoutSupportedAdapterOutputError**](/ko/reference/errors/session-without-supported-adapter-output-error/)<br/>세션은 서버 출력을 지원하지 않는 어댑터와 함께 사용할 수 없습니다.
150150
- [**SessionConfigMissingError**](/ko/reference/errors/session-config-missing-error/)<br/>세션 스토리지가 활성화되었지만 구성되지 않았습니다.
151151
- [**SessionConfigWithoutFlagError**](/ko/reference/errors/session-config-without-flag-error/)<br/>세션 플래그가 설정되지 않았습니다.
152+
- [**CannotOptimizeSvg**](/ko/reference/errors/cannot-optimize-svg/)<br/>SVG를 최적화할 수 없습니다.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Cannot optimize SVG
3+
i18nReady: true
4+
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
5+
---
6+
7+
> An error occurred while optimizing the SVG file with SVGO.

0 commit comments

Comments
 (0)