Browse Source

add robots.txt and favicon.ico to appengine config

pull/39/head
Aaron Parecki 7 years ago
parent
commit
e0fd07731b
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      app.yaml

+ 3
- 0
app.yaml View File

@ -5,5 +5,8 @@ handlers:
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: public/index.php

Loading…
Cancel
Save