Title here
Summary here
This guide explains where to store SVG resources and how to reference them. You can store SVGs as page or global resources. Icons are available as global resources.
A page resource is a resource in the current
page bundle. A page bundle is a directory with an index.md or _index.md file at its root.
To display a page resource SVG, use the relative path:
logo-netlify.svgA global resource is a resource in the assets directory, or within any directory
mounted to the assets directory (like for example icon sets).
To display a global resource SVG or icon, use the relative path:
svgs/logo-netlify.svgsvgs/lucide/check.svgsvgs/tabler-icons/check.svgTo display a global resource icon of an icon set
configured in iconSetDir, use the icon name:
check