Serving a dynamic HTML template page in Next.js
A lot of times, you don't want to port the HTML code you have to react and want to serve it directly. If it is a static page, you can just place this file in public dir and Next.js will take care of serving it. But if you want to change it according ...
vamsirao.com3 min read
Vamsi S
Nice write up