Merge pull request #4107 from mempool/mononaut/unfurler-fixes

Quick fixes for unfurler/seo renderer
This commit is contained in:
wiz
2023-08-13 15:40:22 +09:00
committed by GitHub
10 changed files with 14 additions and 13 deletions

View File

@@ -72,11 +72,9 @@ export class SeoService {
clearSoft404() {
window['soft404'] = false;
console.log('cleared soft 404');
}
logSoft404() {
window['soft404'] = true;
console.log('set soft 404');
}
}