Nuxt/docs/2.guide/2.directory-structure/1.public.md
Sébastien Chopin 3ec108493d
docs: simplify the docs directory (#18506)
* docs: simplify docs to only markdown

* Create nuxt-config.md

* chore: update

* chore: add readme
2023-01-25 10:41:41 +01:00

498 B

navigation.icon title description head.title
IconDirectory public The public/ directory is used to serve your website's static assets. public/

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).

::alert{icon=💡} This is known as the static/ directory in Nuxt 2. ::