From b4ef1a0d288565f744bf754af456c4f60da99ca7 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Mon, 21 Apr 2025 22:54:15 +0200 Subject: Refactor localization: remove i18n support and update layouts to use static text --- src/pages/geoblocked.astro | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/pages/geoblocked.astro (limited to 'src/pages/geoblocked.astro') diff --git a/src/pages/geoblocked.astro b/src/pages/geoblocked.astro new file mode 100644 index 0000000..a4f27d5 --- /dev/null +++ b/src/pages/geoblocked.astro @@ -0,0 +1,5 @@ +--- +import GeoblockedPageLayout from "../layouts/GeoblockedPageLayout.astro"; +--- + + -- cgit v1.3