mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
f26a801775
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
589 B
589 B
title | description | head.title | navigation.icon |
---|---|---|---|
assets | The assets/ directory is used to add all the website's assets that the build tool will process. | assets/ | i-ph-folder-duotone |
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.
:read-more{to="/docs/getting-started/assets"}