Files
CommunitySolidServer/config/util/index/default.json
2021-07-15 11:21:07 +02:00

16 lines
611 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
"@graph": [
{
"comment": "When a container with an index.html document is accessed, serve that HTML document instead of the container.",
"@id": "urn:solid-server:default:ResourceStore_Index",
"@type": "IndexRepresentationStore"
},
{
"comment": "This value can be used to set a custom handler for index files. See the example file.",
"@id": "urn:solid-server:default:DefaultUiConverter",
"@type": "UnsupportedAsyncHandler"
}
]
}