Skip to content

Commit

Permalink
docs: elaborate PNG/SVG clash of favicons (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkayabilisim committed Sep 23, 2024
1 parent 1cbfd77 commit a828906
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Solara looks for overrides of certain style and asset files in the

Asset files are special files with are loaded by Solara-server and thus have a special meaning, and come with defaults. Current supported assets files are:

* `favicon.png` - Image shown by the browser (usually in the tab).
* `favicon.png` and/or `favicon.svg` - Image shown by the browser (usually in the tab). If SVG is not provided, default `favicon.svg` of the solara server may override your custom favicon.png depending on the browser. Providing both PNG and SVG versions is recommended.
* `style.css` - Default `CSS` used by Solara.
* `custom.css` - Custom `CSS` you can override for your project (empty `CSS` file by default).
* `custom.js` - Custom Javascript you can use for your project (empty Javascript file by default).
Expand Down

0 comments on commit a828906

Please sign in to comment.