Use Next.js.
First, install node.js. And then, do
npm install
Run dev
.
npm run dev
Run build
and export
to generate a static site.
npm run build
npm run export
Use Next.js.
First, install node.js. And then, do
npm install
Run dev
.
npm run dev
Run build
and export
to generate a static site.
npm run build
npm run export