
This adds the code for the Unice pattern as designed by @anna-puk Anna changed the Ursula pattern for this, and the idea is that we'll untangle those changes and make Unice extend Ursula instead.
9 lines
155 B
TOML
9 lines
155 B
TOML
[build]
|
|
base = "packages/unice/example"
|
|
publish = "build"
|
|
command = "npm run build"
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200
|