1
0
Fork 0
freesewing/packages/unice/example/netlify.toml
Joost De Cock b9d41e4c31 wip(unice): Started reworking Unice to extend Ursula
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.
2022-04-10 18:13:52 +02:00

9 lines
155 B
TOML

[build]
base = "packages/unice/example"
publish = "build"
command = "npm run build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200