mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 09:03:53 +00:00
552 B
552 B
icon | title | head.title |
---|---|---|
IconDirectory | assets | Assets directory |
Assets directory
The assets/
directory is used to add all the website assets that will be processed by the build tool (Webpack or Vite).
The directory usually contains the following types of files:
- Stylesheets (CSS, SASS, etc.)
- Fonts
- Images that won't be served from the
public/
directory.
If you want to serve assets from the server, we recommend taking a look at the public/
directory.