1.0.2 • Published 6 years ago

origami-plugin-auth v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Origami Single Page App plugin

This is a very simply Origami plugin that serves a HTML file as a fallback for routes not found.

Installation

yarn add origami-plugin-spa

Configuration

In your .origami file, add this to your plugins:

{
    ...
    "plugins": {
        "spa": {
            "fallback": "./dist/index.html"
        }
    }
    ...
}

Options:

fallback

String path value pointing to the location of the HTML file to fallback to (relative to project).