diff --git a/astro.config.mjs b/astro.config.mjs index 8fe0d18..1917423 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 5147e56..a13d485 100644 --- a/src/components/FriendLink.astro +++ b/src/components/FriendLink.astro @@ -3,14 +3,16 @@ 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 e9035b0..1e89f08 100644 --- a/src/components/FriendLinkHigh.astro +++ b/src/components/FriendLinkHigh.astro @@ -3,14 +3,16 @@ 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 063af7d..22b56e1 100644 --- a/src/components/FriendLinkLow.astro +++ b/src/components/FriendLinkLow.astro @@ -3,14 +3,16 @@ 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 0f9bfa1..a886eb0 100644 --- a/src/components/FriendLinkLowAnimated.astro +++ b/src/components/FriendLinkLowAnimated.astro @@ -3,14 +3,16 @@ 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 9334fad..6785db3 100644 --- a/src/components/FriendLinkMid.astro +++ b/src/components/FriendLinkMid.astro @@ -3,14 +3,16 @@ 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 c39aab3..b716c47 100644 --- a/src/components/FriendLinkMidAnimated.astro +++ b/src/components/FriendLinkMidAnimated.astro @@ -3,14 +3,16 @@ 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 6acc6af..1d1cbbf 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)} /> - +