On the way to deploy new verison, add favicon
[zxing.git] / zxing.appspot.com / app.yaml
index 311c87b..0463ea9 100644 (file)
@@ -1,5 +1,5 @@
 application: zxing
-version: 1
+version: 2
 runtime: python
 api_version: 1
 
@@ -11,6 +11,10 @@ handlers:
   static_files: site/scan.html
   upload: site/scan.html
 
+- url: /favicon.ico
+  static_files: static/favicon.ico
+  upload: static/favicon.ico
+
 - url: (.*)/
   static_files: site\1/index.html
   upload: site/index.html