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