From fed75e4930cf604829db699bd535ce4acd43b229 Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Mon, 3 Feb 2025 12:57:04 +0100 Subject: [PATCH] Rename home page to about This page is all about me and what I've been doing, so it makes more sense to call it the about page rather than home or index. --- src/components/BasePage.tsx | 2 +- src/content/{index.tsx => about.tsx} | 4 ++-- src/pages.tsx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) rename src/content/{index.tsx => about.tsx} (95%) diff --git a/src/components/BasePage.tsx b/src/components/BasePage.tsx index a50fc38..13674d9 100644 --- a/src/components/BasePage.tsx +++ b/src/components/BasePage.tsx @@ -25,7 +25,7 @@ source.addEventListener("reload", () => location.reload());`;