diff --git a/.appengine/app.yaml b/.appengine/app.yaml index 9c6cdfb..f9e921a 100644 --- a/.appengine/app.yaml +++ b/.appengine/app.yaml @@ -136,6 +136,13 @@ handlers: http_headers: Content-Type: text/html; charset=utf-8 + - url: /nature + static_files: .build/nature.html + upload: .build/nature.html + secure: always + http_headers: + Content-Type: text/html; charset=utf-8 + - url: / static_files: .build/index.html upload: .build/index.html