Files
flux2/netlify.toml
Daniel Holbach af1d9102b9 explain where docs are
keep netlify config for now (disabled in the app), but only make it ship the _redirects file
add rule for 'install.sh'
move _redirects file into docs/ directory
document redirects and Netlify

Signed-off-by: Daniel Holbach <daniel@weave.works>
2021-04-27 15:16:30 +02:00

4 lines
83 B
TOML

[build]
command = "mkdir -p site && cp docs/_redirects site/"
publish = "site"