all repos — site @ 5dc29ae1eb04b5c0ec0ba6a2d406cae401a6acf0

source for my site, found at icyphox.sh

netlify.toml (view raw)

 1[build]
 2    publish = "build/"
 3    command = "make ci" 
 4
 5[[redirects]]
 6    from = "/.well-known/webfinger"
 7    to = "https://h.icyphox.sh/.well-known/webfinger"
 8    force = true
 9
10[[redirects]]
11    from = "/*"
12    to = "/404"
13    status = 404