---
type: snippet
tags: ['next', 'static']
status: release
ctime: 2022-04-09
mtime: 2024-03-22
---

[Advanced Features: Static HTML Export | Next.js](https://nextjs.org/docs/advanced-features/static-html-export)

```shell
next export
```

앱의 HTML 버전을 빌드. `.out` 디렉토리에 빌드된 페이지 파일을 복사합니다.