From 1998df26d7d051301927583c2110d34fcbeb269d Mon Sep 17 00:00:00 2001 From: Barry Date: Fri, 10 Jan 2020 21:30:58 +0000 Subject: [PATCH] Correct yaml file --- src/app.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app.yaml b/src/app.yaml index 73a4fc02d1f..9f7462423ff 100644 --- a/src/app.yaml +++ b/src/app.yaml @@ -3,8 +3,9 @@ entrypoint: gunicorn -b :$PORT main:app default_expiration: 3h handlers: -- url: /static/(.*\.(woff|woff2))$ +- url: /(.*\.(woff|woff2))$ static_files: static/\1 + upload: static/.*\.(woff|woff2)$ secure: always expiration: 365d