Skip to content

Commit

Permalink
feat: apirl fools
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Apr 1, 2024
1 parent 9b355e6 commit 6cd3066
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default defineConfig({
integrations: [
mdx(),
metaTags(),
sitemap(),
sitemap({exclude: ['/roblox']}),
tailwind({ nesting: true, applyBaseStyles: true }),
],
redirects: {
Expand Down
13 changes: 13 additions & 0 deletions src/pages/roblox.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
import CustomImage from "@component/shared/CustomImage.astro";
import HeroImage from "@component/shared/HeroImage.astro";
import Layout from "@layout/layout.astro";
---

<Layout title="Home | TeaClient Website">

<iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ?si=oqdfkEAd2PWxFJfh" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

Happy Apirl Fools!

</Layout>

0 comments on commit 6cd3066

Please sign in to comment.