all repos — site @ 8ed7913e7e309b62a0a4e0280e03a1ba2d3f6b76

source for my site, found at icyphox.sh

netlify.toml (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
[build]
    publish = "build/"
    command = "make ci" 

[[redirects]]
    from = "/.well-known/webfinger"
    to = "https://h.icyphox.sh/.well-known/webfinger"
    force = true

[[redirects]]
    from = "/*"
    to = "/404"
    status = 404