From 0127cad21fd236140f9c8e63211029350096432b Mon Sep 17 00:00:00 2001 From: John Ryan Date: Thu, 22 Apr 2021 12:04:49 -0700 Subject: [PATCH] List web/third_party as a static directory in app.yaml --- web/app.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/app.yaml b/web/app.yaml index 71adf33ec..41cd9ba3f 100644 --- a/web/app.yaml +++ b/web/app.yaml @@ -47,6 +47,9 @@ handlers: - url: /packages/mdc_web static_dir: packages/mdc_web + - url: /third_party + static_dir: third_party + - url: .* script: auto