Closed karlhorky closed 3 years ago
Thanks for the pull request, this is totally worth thinking. However, I have a second opnion on public
folder, I would recommend create a public/static/
folder to put all the static assets files under it so that it has less potential to conflict with page or API routes.
Any thoughts?
Hm, that may be useful in some projects, but I think it doesn't belong in the simple example in the docs:
public
directory was formerly static
in Next.jsI'm with @karlhorky here - also got confused and find his suggestion the most straight forward and the one I would expect
Hello! First of all, thanks for this integration, really cool!
Since a few versions, Next.js has used the
public
folder - probably not necessary to keep the docs for thestatic
folder in the readme anymore.