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