Skip to content

Commit

Permalink
route
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinDFuller committed Dec 17, 2023
1 parent 771c81b commit 5aedea8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .appengine/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5aedea8

Please sign in to comment.