webamp/netlify.toml
Jordan Eldredge 1925e01914 Try again
2022-02-27 17:26:56 -08:00

30 lines
831 B
TOML

[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]
environment = { NODE_VERSION = "17.3.0" }
# 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"
[[redirects]]
from = "/sitemap*"
to = "https://api.webampskins.org/sitemap:splat"
status = 200
[[redirects]]
from = "/skin/*"
to = "https://winamp-skin-museum.jordan1320.workers.dev//skin/:splat"
status = 200
[[redirects]]
from = "/*"
to = "/index.html"
status = 200