webamp/netlify.toml

25 lines
666 B
TOML
Raw Normal View History

2018-11-27 07:31:52 +00:00
[Settings]
# Added automatically by the Netlify CLI. It has no effect during normal
# Git-backed deploys.
ID = "be420a16-4ef3-43b1-ac62-35869bdf8679"
# Settings in the [build] context are global and are applied to all contexts
# unless otherwise overridden by more specific contexts.
[build]
# Directory (relative to root of your repo) that contains the deploy-ready
# HTML files and assets generated by the build.
publish = "build/"
# Default build command.
command = "npm run build"
2020-11-12 04:27:46 +00:00
[[redirects]]
from = "/sitemap.xml*"
to = "https://api.webamp.org/sitemap.xml"
status = 200
2018-11-27 07:31:52 +00:00
[[redirects]]
from = "/*"
to = "/index.html"
2020-11-12 04:27:46 +00:00
status = 200