Skip to content

Commit

Permalink
[#25] docs: static-site-generatino 번역
Browse files Browse the repository at this point in the history
* docs: 누락 부분 번역
  • Loading branch information
gouz7514 committed Jul 30, 2024
1 parent 250e6a7 commit d361473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Next.js는 **동적 경로**를 사용하여 페이지를 생성할 수 있습
```jsx
// 이 함수는 빌드 타임에 호출됩니다
export async function getStaticPaths() {
// Call an external API endpoint to get posts
// posts를 가져오기 위해 외부 API 엔드포인트를 호출합니다
const res = await fetch('https://.../posts')
const posts = await res.json()

Expand Down

0 comments on commit d361473

Please sign in to comment.