Nuxt/docs/content/2.guide/2.directory-structure/1.public.md

14 lines
408 B
Markdown
Raw Normal View History

---
icon: IconDirectory
title: public
head.title: Public Directory
---
# 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/`](https://nuxtjs.org/docs/directory-structure/static) directory in Nuxt 2.
::