2021-05-19 09:40:40 +02:00

16 lines
675 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^0.0.0/components/context.jsonld",
"@graph": [
{
"comment": [
"This converter replaces every browser request for text/html with the Databrowser UI (which then in turn loads a Turtle or other representation of the same resource).",
"This is useful when you want to serve a UI for every file from the pod."
],
"@id": "urn:solid-server:default:IndexConverter",
"@type": "ConstantConverter",
"ConstantConverter:_contentType": "text/html",
"ConstantConverter:_filePath": "./node_modules/mashlib/dist/databrowser.html"
}
]
}