Skip to content

Commit

Permalink
Fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinDFuller committed Jan 10, 2024
1 parent c55d9b8 commit c3003e4
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 @@ -182,3 +182,10 @@ handlers:
secure: always
http_headers:
Content-Type: text/html; charset=utf-8

- url: /.*
static_files: .build/index.html
upload: .build/index.html
secure: always
http_headers:
Content-Type: text/html; charset=utf-8

0 comments on commit c3003e4

Please sign in to comment.