mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
dc47c64f14
Co-authored-by: Daniel Roe <daniel@roe.dev> Co-authored-by: Sébastien Chopin <seb@nuxtjs.com> Co-authored-by: Pooya Parsa <pooya@pi0.io> Co-authored-by: pooya parsa <pyapar@gmail.com> Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
497 B
497 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.
::