Guide Directory Structure
public
The public/ directory is used to serve your website's static assets.
Public Directory
The public/
directory is directly served at the server root and contains public files that have to keep their names (e.g. robots.txt
) or likely won't change (e.g. favicon.ico
).
This is known as the static/
directory in Nuxt 2.