Skip to content

Commit

Permalink
Blen.fix url issue
Browse files Browse the repository at this point in the history
  • Loading branch information
blenassefa2 committed Sep 19, 2024
1 parent 2b9f840 commit ad2014f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
runtime: nodejs18

handlers:
- url: /
- url: /static
static_dir: dist/hacks-website

- url: /(.*)
static_files: dist/hacks-website/index.html
upload: dist/hacks-website/index.html
- url: /
static_dir: dist/hacks-website
secure: always

0 comments on commit ad2014f

Please sign in to comment.