From 5e5d6166d5d4a046618dc2b1d6adf60f63327ca5 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 5 Jan 2026 12:08:45 +1100 Subject: [PATCH] placeholder --- src/pages/#robots.txt.ts# | 16 ---------------- src/pages/index.astro | 21 +++++++++++---------- src/pages/index.astro~ | 16 ---------------- 3 files changed, 11 insertions(+), 42 deletions(-) delete mode 100644 src/pages/#robots.txt.ts# delete mode 100644 src/pages/index.astro~ diff --git a/src/pages/#robots.txt.ts# b/src/pages/#robots.txt.ts# deleted file mode 100644 index e339795..0000000 --- a/src/pages/#robots.txt.ts# +++ /dev/null @@ -1,16 +0,0 @@ -import type { APIRoute } from "astro"; - -const robotsTxt = ` -User-agent: * -Allow: / - -Sitemap: ${new URL("sitemap-index.xml", import.meta.env.SITE).href} -`.trim(); - -export const GET: APIRoute = () => { - return new Response(robotsTxt, { - headers: { - "Content-Type": "text/plain; charset=utf-8", - }, - }); -}; \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index c51dc44..238d5b8 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -3,14 +3,15 @@ --- - - - - - - Astro - - -

Ryan Pandya

- + + + + + + Astro + + +

Ryan Pandya

+

More to come.

+ diff --git a/src/pages/index.astro~ b/src/pages/index.astro~ deleted file mode 100644 index 2d14107..0000000 --- a/src/pages/index.astro~ +++ /dev/null @@ -1,16 +0,0 @@ ---- - ---- - - - - - - - - Astro - - -

Astro

- -