diff --git a/README.md b/README.md index b0c4a13..505b333 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,29 @@ If you encounter any issues during this process, try restarting the development To verify that the new language has been added correctly, check the list of available technologies in the user interface after restarting the server. +--- + +### 🧷 Favicon Setup + +To customize your site's favicon and web app icons, you can generate all the necessary variants using [favicon.io](https://favicon.io/favicon-converter/). Upload your logo or icon, and the tool will create a full set of optimized files for various devices and platforms. + +Place the generated files in the `πŸ“‚ public` directory as follows: + +```bash +πŸ“‚ public +β”œβ”€β”€ πŸ“„ android-chrome-192x192.png +β”œβ”€β”€ πŸ“„ android-chrome-512x512.png +β”œβ”€β”€ πŸ“„ apple-touch-icon.png +β”œβ”€β”€ πŸ“„ favicon-16x16.png +β”œβ”€β”€ πŸ“„ favicon-32x32.png +β”œβ”€β”€ πŸ“„ favicon.ico +└── πŸ“„ site.webmanifest +``` + +> πŸ’‘ Don’t forget to update the contents of `site.webmanifest` to match your app’s name, description, and theme color for a complete PWA experience. + +--- + ### 🎨 Styling - Use TailwindCSS classes for styling