From 45fc361eb42e7e3030285491c84b8bdec66f91a9 Mon Sep 17 00:00:00 2001 From: Richard Bergsma Date: Fri, 27 Jun 2025 23:24:53 +0200 Subject: [PATCH] Remove index.astro file: eliminate the homepage layout and associated components, streamlining the project structure. --- src/pages/{index.astro => home.astro} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/pages/{index.astro => home.astro} (100%) diff --git a/src/pages/index.astro b/src/pages/home.astro similarity index 100% rename from src/pages/index.astro rename to src/pages/home.astro