hypermedia-systems/netlify.toml
2023-05-27 16:53:38 +03:00

12 lines
202 B
TOML

[build]
base=""
publish="_site"
command="""
set -e
curl -fsSL https://deno.land/x/install/install.sh | sh
/opt/buildhome/.deno/bin/deno task build
"""
[[redirects]]
from="/book/*"
to=":splat"
status=308