mirror of
https://github.com/pockethost/pockethost.git
synced 2025-11-23 22:15:49 +00:00
fix(Docs): ensure meta data reacts properly
This commit is contained in:
parent
edd0eef3a9
commit
63eae643e3
@ -25,7 +25,8 @@
|
|||||||
if (windowWidth < 768) sidebarOpen = false
|
if (windowWidth < 768) sidebarOpen = false
|
||||||
}
|
}
|
||||||
|
|
||||||
const { title, description, ogImage } = data.meta;
|
$: ({ title, description, ogImage } = data.meta || {});
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user