diff --git a/astro.config.mjs b/astro.config.mjs index 1917423..8fe0d18 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -18,7 +18,7 @@ export default defineConfig({ site: "https://aria.coffee", integrations: [ preact(), - // tailwind(), + tailwind(), icon(), mdx(), matomo({ diff --git a/src/components/FriendLink.astro b/src/components/FriendLink.astro index a13d485..5147e56 100644 --- a/src/components/FriendLink.astro +++ b/src/components/FriendLink.astro @@ -3,16 +3,14 @@ import { Image, Picture } from "astro:assets"; const { name, image, target } = Astro.props; --- - + \ No newline at end of file diff --git a/src/components/FriendLinkHigh.astro b/src/components/FriendLinkHigh.astro index 1e89f08..e9035b0 100644 --- a/src/components/FriendLinkHigh.astro +++ b/src/components/FriendLinkHigh.astro @@ -3,16 +3,14 @@ import { Image, Picture } from "astro:assets"; const { name, image, target } = Astro.props; --- - + \ No newline at end of file diff --git a/src/components/FriendLinkLow.astro b/src/components/FriendLinkLow.astro index 22b56e1..063af7d 100644 --- a/src/components/FriendLinkLow.astro +++ b/src/components/FriendLinkLow.astro @@ -3,16 +3,14 @@ import { Image, Picture } from "astro:assets"; const { name, image, target } = Astro.props; --- - + \ No newline at end of file diff --git a/src/components/FriendLinkLowAnimated.astro b/src/components/FriendLinkLowAnimated.astro index a886eb0..0f9bfa1 100644 --- a/src/components/FriendLinkLowAnimated.astro +++ b/src/components/FriendLinkLowAnimated.astro @@ -3,16 +3,14 @@ import { Image, Picture } from "astro:assets"; const { name, image, target } = Astro.props; --- - + \ No newline at end of file diff --git a/src/components/FriendLinkMid.astro b/src/components/FriendLinkMid.astro index 6785db3..9334fad 100644 --- a/src/components/FriendLinkMid.astro +++ b/src/components/FriendLinkMid.astro @@ -3,16 +3,14 @@ import { Image, Picture } from "astro:assets"; const { name, image, target } = Astro.props; --- - + \ No newline at end of file diff --git a/src/components/FriendLinkMidAnimated.astro b/src/components/FriendLinkMidAnimated.astro index b716c47..c39aab3 100644 --- a/src/components/FriendLinkMidAnimated.astro +++ b/src/components/FriendLinkMidAnimated.astro @@ -3,16 +3,14 @@ import { Image, Picture } from "astro:assets"; const { name, image, target } = Astro.props; --- - + \ No newline at end of file diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 1d1cbbf..6acc6af 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -33,7 +33,7 @@ const { pageTitle, description = "Aria's little corner of the web" } = Astro.pro href={new URL("rss.xml", Astro.site)} /> - +