diff --git a/src/layouts/Redirect.astro b/src/layouts/Redirect.astro new file mode 100644 index 0000000..5f42903 --- /dev/null +++ b/src/layouts/Redirect.astro @@ -0,0 +1,16 @@ +--- +import {astroI18n} from "astro-i18n"; +const { url } = Astro.props; +--- + + + + + + + +

Redirecting to {url}

+ + diff --git a/src/pages/index.astro b/src/pages/index.astro index 75bf770..d8452e5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -45,8 +45,8 @@ function mapMap(i: Map, fn: (key: T, value: K) => J): J[] { style="height: calc(100vh + 1rem)" draggable="false" loading="eager"/>

- {t("home.title.first")} + {t("home.title.first")}{t("home.title.second")}

@@ -56,10 +56,28 @@ function mapMap(i: Map, fn: (key: T, value: K) => J): J[] {

{t("home.subtitle.3")}

- {t("home.join")} + {t("home.join")} +