Hi,
I have created favicon.ico file and put in the static/images directory of my app.
I have also added the following to the app.yaml file
- url: /favicon\.ico
static_files: static/images/favicon.ico
upload: static/images/favicon\.ico
Still, I do not see favicon.ico displayed by the browser and my dashboard shows /favicon.ico errors.
What am I doing wrong?
Thanks
Krishna