Commit 3fc563d
authored
feat: Integrate dynamic favicon generation with Favicons Webpack Plugin (#72)
- **Favicons Plugin Integration**:
- Added `favicons-webpack-plugin` to dynamically generate favicons and web app manifests.
- Configured plugin to use `src/favicon.png` as the base image.
- **Cleanup**:
- Removed outdated favicon assets and `manifest.webmanifest`.
- Renamed `android-chrome-512x512.png` to `favicon.png` for consistency.
- **Webpack Configuration**:
- Enabled `FaviconsWebpackPlugin` in `webpack.config.js` with branding details.
- Ensured output path and meta configurations align with project requirements.
- **Dependencies**:
- Updated `package.json` and `package-lock.json` to include `favicons-webpack-plugin` and dependencies.
- **SEO Enhancement**:
- Improved favicon handling for better browser and PWA support.1 parent c666349 commit 3fc563d
File tree
10 files changed
+892
-2
lines changed- src
- assets/raw
10 files changed
+892
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
184 | 197 | | |
185 | 198 | | |
186 | 199 | | |
| |||
0 commit comments