From 27847b67568d521c00292b7ab5a9561e71a847b1 Mon Sep 17 00:00:00 2001 From: Bartek Krason Date: Tue, 4 Mar 2025 15:24:36 +0100 Subject: [PATCH 1/3] update keywords --- astro.config.mjs | 8 ++++++++ src/layouts/MainLayout.astro | 1 + src/pages/index.astro | 2 +- src/pages/license/index.astro | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index ffee664..0b85995 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -58,6 +58,14 @@ export default defineConfig({ content: "Toolkit for real-time, programmable video and audio mixing.", }, }, + { + tag: "meta", + attrs: { + "data-rh": "true", + name: "keywords", + content: "live stream, video composition, multimedia composition, react, video mixing, audio mixing, real-time, live compositor, media server" + } + }, { tag: "meta", attrs: { property: "twitter:title", content: "Smelter – Live stream mixing simplified" }, diff --git a/src/layouts/MainLayout.astro b/src/layouts/MainLayout.astro index a6ee128..0cb167c 100644 --- a/src/layouts/MainLayout.astro +++ b/src/layouts/MainLayout.astro @@ -17,6 +17,7 @@ const { canonicalUrl } = Astro.props; + diff --git a/src/pages/index.astro b/src/pages/index.astro index 4b2b36b..3e844e3 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -10,7 +10,7 @@ import UseCasesSection from "../components/home/use-cases/UseCasesSection.astro" import MainLayout from "../layouts/MainLayout.astro"; --- - +
diff --git a/src/pages/license/index.astro b/src/pages/license/index.astro index 9e37e0e..a9598a4 100644 --- a/src/pages/license/index.astro +++ b/src/pages/license/index.astro @@ -3,7 +3,7 @@ import LicenseSection from "../../components/license/LicenseSection.astro"; import MainLayout from "../../layouts/MainLayout.astro"; --- - +
From f5e1f65081d56119159f3820dc90ae836a520346 Mon Sep 17 00:00:00 2001 From: Bartek Krason Date: Tue, 4 Mar 2025 15:25:38 +0100 Subject: [PATCH 2/3] cleanup --- src/components/home/usage/UsageSection.astro | 2 +- src/components/navigation/NavBar.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/home/usage/UsageSection.astro b/src/components/home/usage/UsageSection.astro index 0874ce0..6e2b1de 100644 --- a/src/components/home/usage/UsageSection.astro +++ b/src/components/home/usage/UsageSection.astro @@ -30,7 +30,7 @@ const USE_CASES = [ iconUrl: docker, text: "Deploy Smelter as a standalone server. Its language-agnostic API integrates easily with your solutions. With Dockerfiles and comprehensive deployment guidelines in our documentation, setting up Smelter is effortless.", buttons: { - docs: "https://www.smelter.dev/http-api", + docs: "https://smelter.dev/http-api", "docker registry": "https://github.com/software-mansion/smelter/pkgs/container/smelter", }, }, diff --git a/src/components/navigation/NavBar.astro b/src/components/navigation/NavBar.astro index 4d24d38..ad08e3b 100644 --- a/src/components/navigation/NavBar.astro +++ b/src/components/navigation/NavBar.astro @@ -31,7 +31,7 @@ const smelterLogoSmallImage = await getImage({