How to add a custom favicon
In this guide, you will learn how to add a custom favicon to SnailyCADv4.
warning
- Your image must match the
image/pngformat. - Your image must be sizes
32x32or larger.
- Open the
apps/client/publicfolder - Paste your favicon image in this folder
- Name the file
favicon.png - Rebuild the client:
pnpm turbo run build --filter=@snailycad/client - Restart SnailyCAD
- All done!