Skip to content

Commit

Permalink
chore: added svelte:head to /changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushSehrawat committed Dec 3, 2023
1 parent 745fc52 commit 219c544
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/routes/(root)/changelog/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
};
</script>

<svelte:head>
<title>Changelog | Latest v{data.data.changelog[0].version}</title>
<meta name="description" content="Changelog for the latest version of the website." />
<meta name="robots" content="noindex" />
</svelte:head>

<div class="flex flex-col p-8 md:px-24 lg:px-32 gap-4 font-poppins overflow-x-hidden">
<h1 class="text-4xl font-semibold">Changelog</h1>
<Badge class="rounded-md max-w-max">Latest v{data.data.changelog[0].version}</Badge>
Expand Down

0 comments on commit 219c544

Please sign in to comment.