Static site hosting via tangled
1{
2 "sites": [
3 {
4 "subdomain": "tangled-pages-example",
5 "knotDomain": "knot.gracekind.net",
6 "ownerDid": "did:plc:p572wxnsuoogcrhlfrlizlrb",
7 "repoName": "tangled-pages-example",
8 "branch": "main",
9 "baseDir": "/public",
10 "notFoundFilepath": "/404.html"
11 }
12 ],
13 "subdomainOffset": 1,
14 "subdomainOffset:comment": "Subdomain offset will usually be 1 for localhost, 2 for production"
15}