Blog


app.yaml

Handling the many favicons on Google App Engine
Sun, 05 March 2017

It used to be just a simple favicon.ico file that you had to worry about, but more recently other formats have been creeping in. Instead of adding a huge number of handlers into your app.yaml, you can simply use this snippet (after any other image / resource references):- url: /(.*\.(ico|png|json|xm... read more

app.yaml