13 lines
295 B
TOML
13 lines
295 B
TOML
[build]
|
|
publish = "public"
|
|
command = "hugo --gc --minify"
|
|
|
|
[[redirects]]
|
|
from = "/.well-known/host-meta*"
|
|
to = "https://fed.brid.gy/.well-known/host-meta:splat"
|
|
status = 302
|
|
[[redirects]]
|
|
from = "/.well-known/webfinger*"
|
|
to = "https://fed.brid.gy/.well-known/webfinger"
|
|
status = 302
|