Nuxt/docs/content/3.docs/2.directory-structure/3.assets.md
Daniel Roe 1a39eff502
docs: update migration guide for nuxt 3 (#3819)
Co-authored-by: Dan Pastori <dan@521dimensions.com>
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-03-30 19:32:30 +02:00

18 lines
544 B
Markdown

---
icon: IconDirectory
title: 'assets'
head.title: Assets directory
---
# Assets directory
The `assets/` directory is used to add all the website assets that the build tool (webpack or Vite) will process.
The directory usually contains the following types of files:
- Stylesheets (CSS, SASS, etc.)
- Fonts
- Images that won't be served from the [`public/`](/docs/directory-structure/public) directory.
If you want to serve assets from the server, we recommend taking a look at the [`public/`](/docs/directory-structure/public) directory.