|
|
@@ -1,9 +1,10 @@
|
|
|
---
|
|
|
-import { getCollection, getEntry } from "astro:content";
|
|
|
+import { getCollection, getEntries, getEntry } from "astro:content";
|
|
|
import type { AboutEntry } from "../types/about";
|
|
|
import "../styles/global.css";
|
|
|
|
|
|
-const about: AboutEntry = await getEntry("about", "oliver");
|
|
|
+const about: AboutEntry = await getEntry("about", "oliver-deutsch");
|
|
|
+
|
|
|
---
|
|
|
|
|
|
<div class="grid justify-center">
|
|
|
@@ -20,6 +21,7 @@ const about: AboutEntry = await getEntry("about", "oliver");
|
|
|
</a>
|
|
|
<div class="grid auto-cols-max grid-flow-col">
|
|
|
<svg
|
|
|
+ class="fill-red-600"
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
height="24px"
|
|
|
viewBox="0 -960 960 960"
|