extend unfurler to dynamically render search crawler requests

This commit is contained in:
Mononaut
2023-02-24 20:21:57 -06:00
parent a4fe999334
commit 9864f23fb4
3 changed files with 167 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ import { StateService } from './state.service';
})
export class SeoService {
network = '';
baseTitle = 'mempool';
baseTitle = 'Mempool';
constructor(
private titleService: Title,