Fix handling of js in deploy.

This commit is contained in:
Brad Nelson
2022-07-14 21:25:55 -07:00
parent 106729c4b6
commit 181bcc85f6

View File

@ -37,6 +37,11 @@ handlers:
upload: (.*).html
secure: always
- url: /(.*).js
static_files: \1.js
upload: (.*).js
secure: always
- url: /static
static_dir: static
secure: always