Add arbitrary fix
This commit is contained in:
parent
864a822c12
commit
8ee5ce96db
|
|
@ -15,7 +15,7 @@ interface Props {
|
||||||
|
|
||||||
const { title, description, folder, id }: Props = Astro.props;
|
const { title, description, folder, id }: Props = Astro.props;
|
||||||
|
|
||||||
const baseURL = "https://janedoe.com";
|
const baseURL = "https://kremtastic.github.io";
|
||||||
|
|
||||||
const iconClass =
|
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";
|
"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";
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ tags: [Test]
|
||||||
hideToc: true
|
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).
|
||||||
Loading…
Reference in New Issue