I am trying to use a custom favicon on my Ghost blog which is running on Azure websites.
Following this blog I have:
- set the favicon location to
<link rel="shortcut icon" href="{{asset "/favicon.ico"}}">indefault.hbs - put the image inside the
assetsfolder for the default caspar theme (the theme I am using).
When the app restarts I get a 404 if I browse to /assets/favicon.ico & the default Ghost favicon is displayed.
Note: I have cleared browser cache
I think this might be an IIS permissions issue? Can anybody help?


