mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 00:53:55 +00:00
3ec108493d
* docs: simplify docs to only markdown * Create nuxt-config.md * chore: update * chore: add readme
15 lines
498 B
Markdown
15 lines
498 B
Markdown
---
|
||
navigation.icon: IconDirectory
|
||
title: "public"
|
||
description: "The public/ directory is used to serve your website's static assets."
|
||
head.title: "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/`](https://nuxtjs.org/docs/directory-structure/static) directory in Nuxt 2.
|
||
::
|