diff --git a/frontend/astro.config.mjs b/frontend/astro.config.mjs index d72998b..af08493 100644 --- a/frontend/astro.config.mjs +++ b/frontend/astro.config.mjs @@ -13,4 +13,7 @@ export default defineConfig({ adapter: node({ mode: "standalone", }), + redirects: { + "/": "/player" + } }); \ No newline at end of file diff --git a/frontend/src/pages/index.astro b/frontend/src/pages/index.astro index 49475d9..a845151 100644 --- a/frontend/src/pages/index.astro +++ b/frontend/src/pages/index.astro @@ -1,127 +1,2 @@ --- -import Layout from "../layouts/Layout.astro"; -import Card from "../components/Card.astro"; --- - - -
- -

Welcome to Astro

-

- To get started, open the directory src/pages in your project.
- Code Challenge: Tweak the "Welcome to Astro" message above. -

- -
- -
-

Hello Tailwind + Astro!

-
-
- -