@solid/community-server
Version:
Community Solid Server: an open and modular implementation of the Solid specifications
12 lines (11 loc) • 414 B
JSON
{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^8.0.0/components/context.jsonld",
"@graph": [
{
"comment": "Set the base URL of the server as the root storage.",
"@id": "urn:solid-server:default:StorageLocationStrategy",
"@type": "RootStorageLocationStrategy",
"baseUrl": { "@id": "urn:solid-server:default:variable:baseUrl" }
}
]
}