Nuxt/docs/content/2.guide/3.directory-structure/3.assets.md

18 lines
546 B
Markdown
Raw Normal View History

---
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.
2021-11-21 12:31:44 +00:00
The directory usually contains the following types of files:
- Stylesheets (CSS, SASS, etc.)
- Fonts
- Images that won't be served from the [`public/`](/guide/directory-structure/public) directory.
If you want to serve assets from the server, we recommend taking a look at the [`public/`](/guide/directory-structure/public) directory.