What's new
Drop a single high-res favicon and the build generates the rest.
- Source:
public/favicon.png(512px+) orpublic/favicon.svg(SVG preferred when both exist) - Generated:
favicon.ico(16/32/48),apple-touch-icon.png,icon-192.png,icon-512.png,site.webmanifest - Markup:
<link>tags injected into every page's<head>automatically - Hand-written favicon markup in your layout wins — injection is skipped when
rel="icon"orrel="apple-touch-icon"is already present
Install
npx simple-engine@latest init my-site
# or upgrade an existing project
npm install simple-engine@2.1.0