Skip to content

static handler for home page doesn't work #5

@snarfed

Description

@snarfed

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions