2020-03-05 20:14:12 +00:00
|
|
|
[build]
|
|
|
|
|
publish = "build"
|
|
|
|
|
command = "bash ./scripts/build.sh"
|
|
|
|
|
|
|
|
|
|
[[headers]]
|
2020-03-29 11:16:01 +00:00
|
|
|
for = "/_/_placeholder/*.png"
|
2020-03-05 20:14:12 +00:00
|
|
|
[headers.values]
|
|
|
|
|
Cache-Control = "public, max-age: 900, s-maxage=3600, must-revalidate"
|
|
|
|
|
|
|
|
|
|
[[headers]]
|
|
|
|
|
for = "/*.png"
|
|
|
|
|
[headers.values]
|
|
|
|
|
Cache-Control = "public, max-age: 900, s-maxage=604800, must-revalidate"
|
2021-05-04 09:52:59 +00:00
|
|
|
|
|
|
|
|
[[headers]]
|
|
|
|
|
for = "/domains.json"
|
|
|
|
|
[headers.values]
|
|
|
|
|
Cache-Control = "public, max-age: 900, s-maxage=604800, must-revalidate"
|
2020-03-05 20:14:12 +00:00
|
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
|
from = "/"
|
|
|
|
|
to = "https://github.com/home-assistant/brands"
|
|
|
|
|
force = true
|
|
|
|
|
status = 301
|
|
|
|
|
headers = {Cache-Control = "public, max-age: 900, s-maxage=604800, must-revalidate"}
|
|
|
|
|
|
|
|
|
|
[[redirects]]
|
2020-03-29 11:16:01 +00:00
|
|
|
from = "/_/*/icon.png"
|
|
|
|
|
to = "/_/_placeholder/icon.png"
|
2020-03-05 20:14:12 +00:00
|
|
|
force = false
|
|
|
|
|
status = 302
|
|
|
|
|
headers = {Cache-Control = "public, max-age: 900, s-maxage=3600, must-revalidate"}
|
|
|
|
|
|
|
|
|
|
[[redirects]]
|
2020-03-29 11:16:01 +00:00
|
|
|
from = "/_/*/logo.png"
|
|
|
|
|
to = "/_/_placeholder/logo.png"
|
2020-03-05 20:14:12 +00:00
|
|
|
force = false
|
|
|
|
|
status = 302
|
|
|
|
|
headers = {Cache-Control = "public, max-age: 900, s-maxage=3600, must-revalidate"}
|
|
|
|
|
|
|
|
|
|
[[redirects]]
|
2020-03-29 11:16:01 +00:00
|
|
|
from = "/_/*/icon@2x.png"
|
|
|
|
|
to = "/_/_placeholder/icon@2x.png"
|
2020-03-05 20:14:12 +00:00
|
|
|
force = false
|
|
|
|
|
status = 302
|
|
|
|
|
headers = {Cache-Control = "public, max-age: 900, s-maxage=3600, must-revalidate"}
|
|
|
|
|
|
|
|
|
|
[[redirects]]
|
2020-03-29 11:16:01 +00:00
|
|
|
from = "/_/*/logo@2x.png"
|
|
|
|
|
to = "/_/_placeholder/logo@2x.png"
|
2020-03-05 20:14:12 +00:00
|
|
|
force = false
|
|
|
|
|
status = 302
|
|
|
|
|
headers = {Cache-Control = "public, max-age: 900, s-maxage=3600, must-revalidate"}
|
2021-08-11 12:19:05 +00:00
|
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
|
from = "/_/*/dark_icon.png"
|
|
|
|
|
to = "/_/_placeholder/icon.png"
|
|
|
|
|
force = false
|
|
|
|
|
status = 302
|
|
|
|
|
headers = {Cache-Control = "public, max-age: 900, s-maxage=3600, must-revalidate"}
|
|
|
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
|
from = "/_/*/dark_logo.png"
|
|
|
|
|
to = "/_/_placeholder/logo.png"
|
|
|
|
|
force = false
|
|
|
|
|
status = 302
|
|
|
|
|
headers = {Cache-Control = "public, max-age: 900, s-maxage=3600, must-revalidate"}
|
|
|
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
|
from = "/_/*/dark_icon@2x.png"
|
|
|
|
|
to = "/_/_placeholder/icon@2x.png"
|
|
|
|
|
force = false
|
|
|
|
|
status = 302
|
|
|
|
|
headers = {Cache-Control = "public, max-age: 900, s-maxage=3600, must-revalidate"}
|
|
|
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
|
from = "/_/*/dark_logo@2x.png"
|
|
|
|
|
to = "/_/_placeholder/logo@2x.png"
|
|
|
|
|
force = false
|
|
|
|
|
status = 302
|
2022-09-30 12:29:14 +00:00
|
|
|
headers = {Cache-Control = "public, max-age: 900, s-maxage=3600, must-revalidate"}
|
|
|
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
|
from = "/brands/_/*/icon.png"
|
|
|
|
|
to = "/brands/_/_placeholder/icon.png"
|
|
|
|
|
force = false
|
|
|
|
|
status = 302
|
|
|
|
|
headers = {Cache-Control = "public, max-age: 900, s-maxage=3600, must-revalidate"}
|
|
|
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
|
from = "/brands/_/*/logo.png"
|
|
|
|
|
to = "/brands/_/_placeholder/logo.png"
|
|
|
|
|
force = false
|
|
|
|
|
status = 302
|
|
|
|
|
headers = {Cache-Control = "public, max-age: 900, s-maxage=3600, must-revalidate"}
|
|
|
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
|
from = "/brands/_/*/icon@2x.png"
|
|
|
|
|
to = "/brands/_/_placeholder/icon@2x.png"
|
|
|
|
|
force = false
|
|
|
|
|
status = 302
|
|
|
|
|
headers = {Cache-Control = "public, max-age: 900, s-maxage=3600, must-revalidate"}
|
|
|
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
|
from = "/brands/_/*/logo@2x.png"
|
|
|
|
|
to = "/brands/_/_placeholder/logo@2x.png"
|
|
|
|
|
force = false
|
|
|
|
|
status = 302
|
|
|
|
|
headers = {Cache-Control = "public, max-age: 900, s-maxage=3600, must-revalidate"}
|
|
|
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
|
from = "/brands/_/*/dark_icon.png"
|
|
|
|
|
to = "/brands/_/_placeholder/icon.png"
|
|
|
|
|
force = false
|
|
|
|
|
status = 302
|
|
|
|
|
headers = {Cache-Control = "public, max-age: 900, s-maxage=3600, must-revalidate"}
|
|
|
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
|
from = "/brands/_/*/dark_logo.png"
|
|
|
|
|
to = "/brands/_/_placeholder/logo.png"
|
|
|
|
|
force = false
|
|
|
|
|
status = 302
|
|
|
|
|
headers = {Cache-Control = "public, max-age: 900, s-maxage=3600, must-revalidate"}
|
|
|
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
|
from = "/brands/_/*/dark_icon@2x.png"
|
|
|
|
|
to = "/brands/_/_placeholder/icon@2x.png"
|
|
|
|
|
force = false
|
|
|
|
|
status = 302
|
|
|
|
|
headers = {Cache-Control = "public, max-age: 900, s-maxage=3600, must-revalidate"}
|
|
|
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
|
from = "/brands/_/*/dark_logo@2x.png"
|
|
|
|
|
to = "/brands/_/_placeholder/logo@2x.png"
|
|
|
|
|
force = false
|
|
|
|
|
status = 302
|
|
|
|
|
headers = {Cache-Control = "public, max-age: 900, s-maxage=3600, must-revalidate"}
|