mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
16 lines
538 B
JSON
16 lines
538 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^0.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"@id": "urn:solid-server:default:IndexConverter",
|
|
"@type": "UnsupportedAsyncHandler",
|
|
"comment": "This value can be used to set a custom handler for index files"
|
|
},
|
|
{
|
|
"@id": "urn:solid-server:default:StaticAssetHandler",
|
|
"@type": "UnsupportedAsyncHandler",
|
|
"comment": "This value can be used to set a custom handler for static assets"
|
|
}
|
|
]
|
|
}
|