Skip to content

Fix use of web app icon on app.standardnotes.com

Michael Catanzaro requested to merge mcatanzaro/#2118 into master

If the current page's URL ends with a / then we create an icon name with two slashes, example.com//icon.png. It seems some servers don't like this, so let's avoid doing that.

Edited by Michael Catanzaro

Merge request reports