Skip to content

Commit

Permalink
Blen.fix: app.yaml indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blenassefa2 committed Sep 26, 2024
1 parent 92d4baa commit e96206d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ handlers:
- url: /assets
static_dir: dist/hacks-website/assets

- url: /(.*\.js)
- url: /(.*\.js)
static_files: dist/hacks-website/\1
upload: dist/hacks-website/(.*\.js)
mime_type: application/javascript

- url: /(.*)
static_files: dist/hacks-website/index.html
upload: dist/hacks-website/index.html
Expand Down

0 comments on commit e96206d

Please sign in to comment.