extend unfurler to dynamically render search crawler requests

This commit is contained in:
Mononaut
2023-02-24 20:21:57 -06:00
parent 56789532ed
commit 2f27d9279d
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,