mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
45 lines
1.5 KiB
JSON
45 lines
1.5 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.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/"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|