Skip to content

Commit

Permalink
i18n(ko-KR): update configuration-reference.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
jsparkdev committed Sep 13, 2024
1 parent 8abc554 commit ebf3a7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/docs/ko/reference/configuration-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1602,6 +1602,7 @@ import Avatar from '~/components/Avatar.astro';
```astro
---
import { getUser } from '../api';
const user = await getUser(Astro.locals.userId);
---
<img class="avatar" src={user.imageUrl}>
Expand Down

0 comments on commit ebf3a7f

Please sign in to comment.