@solid/community-server
Version:
Community Solid Server: an open and modular implementation of the Solid specifications
45 lines (44 loc) • 1.56 kB
JSON
{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^8.0.0/components/context.jsonld",
"@graph": [
{
"comment": "Servers static files on fixed URLs.",
"@id": "urn:solid-server:default:StaticAssetHandler",
"@type": "StaticAssetHandler",
"options_expires": 86400,
"baseUrl": { "@id": "urn:solid-server:default:variable:baseUrl" },
"assets": [
{
"@id": "urn:solid-server:default:FaviconStaticAsset",
"@type": "StaticAssetEntry",
"relativeUrl": "/favicon.ico",
"filePath": "@css:templates/images/favicon.ico"
},
{
"@id": "urn:solid-server:default:StylesStaticAsset",
"@type": "StaticAssetEntry",
"relativeUrl": "/.well-known/css/styles/",
"filePath": "@css:templates/styles/"
},
{
"@id": "urn:solid-server:default:FontsStaticAsset",
"@type": "StaticAssetEntry",
"relativeUrl": "/.well-known/css/fonts/",
"filePath": "@css:templates/fonts/"
},
{
"@id": "urn:solid-server:default:ImagesStaticAsset",
"@type": "StaticAssetEntry",
"relativeUrl": "/.well-known/css/images/",
"filePath": "@css:templates/images/"
},
{
"@id": "urn:solid-server:default:ScriptsStaticAsset",
"@type": "StaticAssetEntry",
"relativeUrl": "/.well-known/css/scripts/",
"filePath": "@css:templates/scripts/"
}
]
}
]
}