CommunitySolidServer/config/app/init/static-root.json
2023-10-19 09:13:48 +02:00

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"
}
]
}
]
}