Add unfurler routes for /enterprise and /sponsor

This commit is contained in:
hunicus
2024-03-12 10:24:04 +09:00
parent df51018599
commit cbc0e44d64
3 changed files with 8 additions and 0 deletions

View File

@@ -47,6 +47,10 @@ const routes = {
}
}
},
enterprise: {
title: "Mempool Enterprise",
fallbackImg: '/resources/previews/enterprise.jpg',
},
lightning: {
title: "Lightning",
fallbackImg: '/resources/previews/lightning.jpg',
@@ -106,6 +110,10 @@ const routes = {
title: "RBF",
fallbackImg: '/resources/previews/rbf.jpg',
},
sponsor: {
title: "Community Sponsors",
fallbackImg: '/resources/previews/sponsor.jpg',
},
"terms-of-service": {
title: "Terms of Service",
fallbackImg: '/resources/previews/terms-of-service.jpg',