From 22a030514f66610d527edb856b389fe8b32efcc5 Mon Sep 17 00:00:00 2001 From: Owen Buckley Date: Mon, 26 Jan 2026 10:06:28 -0500 Subject: [PATCH] docs: document svg favicon copy support --- src/pages/docs/resources/assets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/docs/resources/assets.md b/src/pages/docs/resources/assets.md index 080efce1..69339086 100644 --- a/src/pages/docs/resources/assets.md +++ b/src/pages/docs/resources/assets.md @@ -85,6 +85,7 @@ Below is an example for reference: By default, Greenwood will automatically detect these "meta" files from the top-level of your workspace and automatically copy them over to the root of the build output directory. - [_favicon.ico_](https://en.wikipedia.org/wiki/Favicon) +- [_favicon.svg_](https://caniuse.com/link-icon-svg) - [_robots.txt_](https://developers.google.com/search/docs/crawling-indexing/robots/intro) - [_sitemap.xml_](https://www.sitemaps.org/protocol.html)