UNPKG

@solid/community-server

Version:

Community Solid Server: an open and modular implementation of the Solid specifications

19 lines (18 loc) 738 B
{ "@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^8.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:DefaultUiConverter", "@type": "ConstantConverter", "contentType": "text/html", "filePath": "./node_modules/mashlib/dist/databrowser.html", "options_container": true, "options_document": false, "options_minQuality": 1 } ] }