Skip to content
Merged
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
2 changes: 1 addition & 1 deletion src/content/docs/ko/guides/imports.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ import logoUrl from '../../assets/logo.png?url';

이 예에서 개발자는 `src/pages/about/company.astro`, `src/components/controls/Button.astro`, `src/assets/logo.png` 세 파일 간의 트리 관계를 이해해야 합니다. 그리고 `company.astro` 파일을 옮기려면 가져오는 경로도 함께 업데이트해야 합니다.

`tsconfig.json` 또는 `jsconfig.json` 파일에서 가져오기 별칭을 추가할 수 있습니다.
`tsconfig.json` 파일에서 별칭 가져오기를 추가할 수 있습니다.

```json title="tsconfig.json" ins={5-6}
{
Expand Down