Skip to content

Commit

Permalink
Blen.fix: fix image displaying issue
Browse files Browse the repository at this point in the history
  • Loading branch information
blenassefa2 committed Sep 19, 2024
1 parent ad2014f commit b4e2518
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ handlers:
- url: /static
static_dir: dist/hacks-website

- url: /assets
static_dir: dist/hacks-website/assets

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

0 comments on commit b4e2518

Please sign in to comment.