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/png
format. - Your image must be sizes
32x32
or larger.
- Open the
apps/client/public
folder - 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!