mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
9a0fc57724
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com> Co-authored-by: pooya parsa <pyapar@gmail.com>
404 B
404 B
icon | title | head.title |
---|---|---|
IconDirectory | public | Public directory |
Public directory
The public/
directory is directly served at 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.
::