mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
21 lines
702 B
JSON
21 lines
702 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^0.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Servers static files on fixed URLs.",
|
|
"@id": "urn:solid-server:default:StaticAssetHandler",
|
|
"@type": "StaticAssetHandler",
|
|
"assets": [
|
|
{
|
|
"StaticAssetHandler:_assets_key": "/favicon.ico",
|
|
"StaticAssetHandler:_assets_value": "$PACKAGE_ROOT/templates/root/favicon.ico"
|
|
},
|
|
{
|
|
"StaticAssetHandler:_assets_key": "/idp/style.css",
|
|
"StaticAssetHandler:_assets_value": "$PACKAGE_ROOT/templates/idp/email-password-interaction/main.css"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|