feat(OkdInstallBlog): add og tag for linkedin preview

This commit is contained in:
Sylvain Tremblay 2024-04-20 09:14:20 -04:00
parent eca9bc5c24
commit d65230faf0
4 changed files with 7 additions and 2 deletions

View File

@ -8,7 +8,7 @@ image:
repository: registry.nationtech.io/sreez-website
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "v1.4.0"
tag: "v1.5.0"
imagePullSecrets:
- name: nationtech-registry-key

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

View File

@ -2,7 +2,7 @@
REGISTRY=registry.nationtech.io
IMAGE_NAME=sreez-website
TAG="v1.4.0"
TAG="v1.5.0"
IMAGE="${REGISTRY}/${IMAGE_NAME}:${TAG}"

View File

@ -1,9 +1,14 @@
use leptos::*;
use leptos_meta::*;
use crate::components::{Footer, SubscribeButton};
/// Renders the home page of your application.
#[component]
pub fn OkdInstallationOverview1() -> impl IntoView {
provide_meta_context();
view! {
<Meta name="og:title" content="RedHat OKD - Survol d'une installation HA On-Prem"/>
<Meta name="og:image" content="https://sreez.nationtech.io/assets/okd-install-blog-part-1-thumbnail.png"/>
<Meta name="og:url" content="https://sreez.nationtech.io/okd-installation-overview-1"/>
<div class="margin-x-auto max-width-900">
// <div class="fixed-blog-header">
<div class="">