github ACP-CODE/astro-favicons v3.1.0

latest releases: v3.1.6, v3.1.5, v3.1.4...
17 months ago

Minor Updates

  • capo to withCapo default true (base AstroConfig.compressHTML) & JSDoc Updated.
  • Manual Injected of HTML Tags Now Supported

e.g ~/components/Meta.astro

---
import { localizedHTML as favicons } from 'astro-favicons/middleware';
---
<meta charset="utf-8" />
<Fragment set:html={favicons(Astro.currentLocale)} />

Manual or automatic depends on your convenience

Don't miss a new astro-favicons release

NewReleases is sending notifications on new releases.