You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2021. It is now read-only.
Defines routes to serve a folder a specified endpoint. Perfect for static websites.
PARAMETERS
RoutePath: The endpoint you want to be the base of your static routes. Defaults to /
FolderPath: The folder you wish to serve statically
CommonParameters
EXAMPLE
# Content in ./public served at /New-StaticRoute-FolderPath ./public
# Content in ./public served at /staticNew-StaticRoute-FolderPath ./public -RoutePath "/static"