mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
22 lines
618 B
JSON
22 lines
618 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
|
|
"import": [
|
|
"css:config/app/init/default.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "Sets the root of the server to a static page.",
|
|
"@id": "urn:solid-server:default:StaticAssetHandler",
|
|
"@type": "StaticAssetHandler",
|
|
"assets": [
|
|
{
|
|
"@id": "urn:solid-server:default:RootStaticAsset",
|
|
"@type": "StaticAssetEntry",
|
|
"relativeUrl": "/",
|
|
"filePath": "@css:templates/root/static/index.html"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|