diff --git a/src/components/common/Share.astro b/src/components/common/Share.astro index b43715a..c902a54 100644 --- a/src/components/common/Share.astro +++ b/src/components/common/Share.astro @@ -15,7 +15,7 @@ interface Props { const { title, description, folder, id }: Props = Astro.props; -const baseURL = "https://janedoe.com"; +const baseURL = "https://kremtastic.github.io"; const iconClass = "glass-t rounded text-txt-p dark:text-darkmode-txt-p flex h-9 w-9 items-center justify-center text-center intersect:animate-fadeUp opacity-0 hover:bg-opacity-20"; diff --git a/src/content/blog/first.md b/src/content/blog/first.md index d32f419..21218a3 100644 --- a/src/content/blog/first.md +++ b/src/content/blog/first.md @@ -8,4 +8,4 @@ tags: [Test] hideToc: true --- -This is the first blog post on this site! This specific one will definitely get deleted. So whoever reads this is likely part of an honored few (who am I kidding, only I will read this). +This is the first blog post on this site! This specific one will definitely get deleted. So whoever reads this is likely part of an honored few (who am I kidding, only I will read this). \ No newline at end of file