From 6cd306694fe9812e481269e4e034eac84b69b06d Mon Sep 17 00:00:00 2001 From: eveeifyeve Date: Mon, 1 Apr 2024 19:27:32 +1100 Subject: [PATCH] feat: apirl fools --- astro.config.ts | 2 +- src/pages/roblox.astro | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 src/pages/roblox.astro diff --git a/astro.config.ts b/astro.config.ts index c937113..be070af 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -14,7 +14,7 @@ export default defineConfig({ integrations: [ mdx(), metaTags(), - sitemap(), + sitemap({exclude: ['/roblox']}), tailwind({ nesting: true, applyBaseStyles: true }), ], redirects: { diff --git a/src/pages/roblox.astro b/src/pages/roblox.astro new file mode 100644 index 0000000..9b07835 --- /dev/null +++ b/src/pages/roblox.astro @@ -0,0 +1,13 @@ +--- +import CustomImage from "@component/shared/CustomImage.astro"; +import HeroImage from "@component/shared/HeroImage.astro"; +import Layout from "@layout/layout.astro"; +--- + + + + + +Happy Apirl Fools! + +