Index: app.yaml |
diff --git a/app.yaml b/app.yaml |
index 75970d698f8b5c58ff7a4b3682df87e8848e0bcc..ee384559581ef20f13641eb01c77dfbda692fde8 100644 |
--- a/app.yaml |
+++ b/app.yaml |
@@ -9,9 +9,9 @@ inbound_services: |
- xmpp_message |
handlers: |
-- url: /(.*\.(html|js)) |
+- url: /(.*\.(html|js|txt|ttf)) |
static_files: static/\1 |
- upload: static/(.*\.(html|js)) |
+ upload: static/(.*\.(html|js|txt|ttf)) |
# main will look for a replacement in blobstore, if not, will redirect to |
# static/ |