Skip to content

Commit

Permalink
Fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed May 25, 2021
1 parent 83ec458 commit 1716e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ entrypoint: bundle exec rackup -s Unicorn -p $PORT
handlers:
- url: /(.*\.(html|css|js))$
static_files: lib/public/\1
upload: public/.*\.(html|css|js)$
upload: lib/public/.*\.(html|css|js)$

0 comments on commit 1716e96

Please sign in to comment.