From a48b54df9c614f164ebebd18c09bf42737980c82 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Sun, 4 Jun 2023 19:01:25 -0400 Subject: [PATCH] I've been lied to this whole and Svelte doe NOT update the title if you set it with svelte:head. --- client/components/SEOTricks.svelte | 1 + rendered/src/template.html | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/SEOTricks.svelte b/client/components/SEOTricks.svelte index a0317d1..3b51393 100644 --- a/client/components/SEOTricks.svelte +++ b/client/components/SEOTricks.svelte @@ -37,6 +37,7 @@ + { og.title } {#each Object.keys(og) as key} diff --git a/rendered/src/template.html b/rendered/src/template.html index 9d7ebe2..56be02a 100644 --- a/rendered/src/template.html +++ b/rendered/src/template.html @@ -1,7 +1,6 @@ - The Bandolier: A Learn JavaScript the Hard Way Project