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

> An error occurred while optimizing the SVG file with SVGO.