From 537eb058bf206d9c41f2bc3f9d21f26de0f547a7 Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Thu, 23 May 2024 20:31:26 +0100 Subject: [PATCH] Fix builds, for real real --- src/pages/index.astro | 9 ++++----- src/pages/posts/index.astro | 2 +- src/pages/projects/index.astro | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 26d391e..51e4a9d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,10 +5,9 @@ import Layout from "../layouts/Layout.astro"; import Card from "../components/Card.astro"; import Music from "../components/Music.astro"; -const tools: string[] = ["Proxmox", "JetBrain IDEs", "Docker", "Linux", "SQLite", "Postgres", "MySQL"]; -const languages: string[] = ["Go", "Python", "HTML", "CSS", "Sass", "TypeScript", "JavaScript", "Scratch", "PHP", "SQL", "Bash"]; -const frameworks: string[] = ["Gin", "Echo", "Flask", "Svelte", "Astro", "raylib"]; - +const tools = ["Proxmox", "JetBrain IDEs", "Docker", "Linux", "SQLite", "Postgres", "MySQL"]; +const languages = ["Go", "Python", "HTML", "CSS", "Sass", "TypeScript", "JavaScript", "Scratch", "PHP", "SQL", "Bash"]; +const frameworks = ["Gin", "Echo", "Flask", "Svelte", "Astro", "raylib"]; const projects = await getCollection('projects'); const posts = await getCollection('posts'); --- @@ -18,7 +17,7 @@ const posts = await getCollection('posts');

Made with Coffee, lots of it.

- +
diff --git a/src/pages/posts/index.astro b/src/pages/posts/index.astro index 3c78610..3ebc076 100644 --- a/src/pages/posts/index.astro +++ b/src/pages/posts/index.astro @@ -7,7 +7,7 @@ import Card from "../../components/Card.astro"; const posts = await getCollection('posts'); --- - + Back

All Posts

Some regrettable, some not so bad...

diff --git a/src/pages/projects/index.astro b/src/pages/projects/index.astro index bdf799a..317944b 100644 --- a/src/pages/projects/index.astro +++ b/src/pages/projects/index.astro @@ -7,7 +7,7 @@ import Card from "../../components/Card.astro"; const projects = await getCollection('projects'); --- - + Back

All Projects

Too many, so many