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.
|
2022-09-22 02:53:17 +00:00
|
|
|
command = "yarn build"
|
2023-01-20 18:13:04 +00:00
|
|
|
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../webamp/"
|
2022-09-21 04:31:18 +00:00
|
|
|
[build.environment]
|
2022-09-24 19:31:55 +00:00
|
|
|
NODE_VERSION = "16.17.1"
|
2022-09-21 04:31:18 +00:00
|
|
|
NETLIFY_USE_YARN = "true"
|
|
|
|
|
2018-11-27 07:31:52 +00:00
|
|
|
|
2022-09-24 19:31:55 +00:00
|
|
|
|
2020-11-12 04:27:46 +00:00
|
|
|
[[redirects]]
|
2020-11-12 04:34:04 +00:00
|
|
|
from = "/sitemap*"
|
|
|
|
to = "https://api.webampskins.org/sitemap:splat"
|
2020-11-12 04:27:46 +00:00
|
|
|
status = 200
|
|
|
|
|
2022-11-12 08:51:00 +00:00
|
|
|
[[redirects]]
|
|
|
|
from = "/"
|
|
|
|
query = {query = ":query"}
|
|
|
|
to = "https://winamp-skin-museum.jordan1320.workers.dev//"
|
|
|
|
status = 200
|
|
|
|
|
2021-06-12 05:56:03 +00:00
|
|
|
[[redirects]]
|
|
|
|
from = "/skin/*"
|
|
|
|
to = "https://winamp-skin-museum.jordan1320.workers.dev//skin/:splat"
|
|
|
|
status = 200
|
2021-05-13 05:35:18 +00:00
|
|
|
|
2018-11-27 07:31:52 +00:00
|
|
|
[[redirects]]
|
|
|
|
from = "/*"
|
|
|
|
to = "/index.html"
|
2020-11-12 04:27:46 +00:00
|
|
|
status = 200
|