Fix builds, for real real

This commit is contained in:
Michał 2024-05-23 20:31:26 +01:00
parent 526c6e26e1
commit 537eb058bf
3 changed files with 6 additions and 7 deletions

View file

@ -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');
<p>Made with Coffee, lots of it.</p>
<div style="margin: 16px 0">
<Music client:load />
<Music />
</div>
<section>

View file

@ -7,7 +7,7 @@ import Card from "../../components/Card.astro";
const posts = await getCollection('posts');
---
<Layout title="Leggy Land" src="/banner.webp" alt="Temporary Banner">
<Layout title="Leggy Land" src="/banner-alt.webp" alt="Temporary Banner">
<a class="button" id="back" href="/">Back</a>
<h1>All Posts</h1>
<p>Some regrettable, some not so bad...</p>

View file

@ -7,7 +7,7 @@ import Card from "../../components/Card.astro";
const projects = await getCollection('projects');
---
<Layout title="Leggy Land" src="/banner.webp" alt="Temporary Banner">
<Layout title="Leggy Land" src="/banner-alt.webp" alt="Temporary Banner">
<a class="button" id="back" href="/">Back</a>
<h1>All Projects</h1>
<p>Too many, so many</p>