You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 lines
288 B

runtime: php72
handlers:
- url: /assets
static_dir: public/assets
- url: /semantic-ui
static_dir: public/semantic-ui
- url: /(favicon\.ico|robots\.txt)$
static_files: public/\1
upload: public/(favicon\.ico|robots\.txt)$
- url: .*
script: auto
entrypoint: serve public/index.php