Set opengraph tags directly in the front end

This commit is contained in:
Mononaut
2022-07-26 20:47:03 +00:00
parent 9656ee92b7
commit d1e2ead13e
6 changed files with 109 additions and 54 deletions

View File

@@ -290,7 +290,10 @@ let routes: Routes = [
children: [
{
path: ':id',
component: BlockComponent
component: BlockComponent,
data: {
ogImage: true
}
},
],
},