Hi again! I haven't dug into this one yet, but I figured I'd report it first. Evidently static_files isn't supported for the home page? eg this returns a 404:
- url: /
static_files: static/index.html
upload: static/index.html
...but if you add any path to url, like this, it works.
- url: /x
static_files: static/index.html
upload: static/index.html
Hi again! I haven't dug into this one yet, but I figured I'd report it first. Evidently
static_filesisn't supported for the home page? eg this returns a 404:...but if you add any path to
url, like this, it works.