Simple Vite plugin to generate favicons from source image. Nothing more, nothing less.
npm install @peterek/vite-plugin-favicons1. Add plugin to your Vite configuration
``js
// vite.config.js
import favicons from '@peterek/vite-plugin-favicons'
export default {
plugins: [
favicons('src/assets/icon.svg')
]
}
`
1. Then just enter comment at the end of head section in the index.html file`html
``
You're free to contribute to this project by submitting issues and/or pull requests.
This project is licensed under MIT.
[favicons]: https://github.com/haydenbleasel/favicons