diff --git a/app.yaml b/app.yaml index af6c7bd..d03e5a5 100644 --- a/app.yaml +++ b/app.yaml @@ -10,4 +10,9 @@ handlers: - url: /(.*) static_files: dist/hacks-website/index.html upload: dist/hacks-website/index.html - secure: always \ No newline at end of file + secure: always + + - url: /(.*\.js) + static_files: dist/hacks-website/\1 + upload: dist/hacks-website/(.*\.js) + mime_type: application/javascript \ No newline at end of file