feat(favicon): add plugin to expose favicon from icon.png (#1942)

* feat(favicon): add plugin to expose favicon from icon.png

* chore(favicon): clean up formatting and remove unnecessary line breaks
This commit is contained in:
dralagen
2025-04-26 20:06:59 +02:00
committed by GitHub
parent bee2fa0fe0
commit ce82fb98e0
3 changed files with 18 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ const config: QuartzConfig = {
}),
Plugin.Assets(),
Plugin.Static(),
Plugin.Favicon(),
Plugin.NotFoundPage(),
// Comment out CustomOgImages to speed up build time
Plugin.CustomOgImages(),