Handle missing blocks/addresses in preview
This commit is contained in:
@@ -43,8 +43,10 @@ export class OpenGraphService {
|
||||
}
|
||||
});
|
||||
|
||||
// expose this service to global scope, so we can access it from the unfurler
|
||||
window['ogService'] = this;
|
||||
// expose routing method to global scope, so we can access it from the unfurler
|
||||
window['ogService'] = {
|
||||
loadPage: (path) => { return this.loadPage(path) }
|
||||
};
|
||||
}
|
||||
|
||||
setOgImage() {
|
||||
|
||||
Reference in New Issue
Block a user