Next.jsで静的サイトとしてエクスポートする
next build && next export
スクリプトを、
{
"scripts": {
"build": "next build && next export"
}
}
のようにしておくと便利。
next build && next export
スクリプトを、
{
"scripts": {
"build": "next build && next export"
}
}
のようにしておくと便利。