#nextjs
Read more stories on Hashnode
Articles with this tag
Upload NextJS's out folder to your remote server's application path at `npm run build` time · Install 2 packages as development dependencies (will be set...
When exporting a NextJS application ("build": "next build && next export") to the default out folder, the static pages get exported to .html...
If you want to add a class (className) to the body tag of a a NextJS page, you'll need to add it via JavaScript in the useEffect (or componentDidMount...