From 64cd7fc83d43a0ad7db1b51214291736bd245b44 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 28 Jun 2024 20:31:02 -0400 Subject: Guestbook overhaul; Comments; New post; Updated packages --- src/pages/blog/[...slug].astro | 2 +- src/pages/guidelines.md | 2 +- src/pages/index.astro | 91 +++++++++++++++++++++++++++++------------- src/pages/projects.astro | 2 +- 4 files changed, 67 insertions(+), 30 deletions(-) (limited to 'src/pages') diff --git a/src/pages/blog/[...slug].astro b/src/pages/blog/[...slug].astro index 646dabb..5f1b34a 100644 --- a/src/pages/blog/[...slug].astro +++ b/src/pages/blog/[...slug].astro @@ -27,7 +27,7 @@ const { Content } = await entry.render(); diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 9b2b8a2..ee574c6 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -2,7 +2,7 @@ import Page from "../layouts/Page.astro"; import projects from "../data/projects.json"; import "../styles/cards.css"; -import GitHubProjects from "../components/GitHubProjects"; +import GitHubProjects from "../components/GitHubProjects.svelte"; --- -- cgit v1.2.3