aboutsummaryrefslogtreecommitdiff
path: root/src/pages/geoblocked.astro
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-04-21 22:54:15 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-04-21 22:54:15 +0200
commitb4ef1a0d288565f744bf754af456c4f60da99ca7 (patch)
tree907c88a2e59370a0b06dbd60aa1cc297b67b004b /src/pages/geoblocked.astro
parente96af5ce5e8dd00cf8a31d4812f416583defa449 (diff)
Refactor localization: remove i18n support and update layouts to use static text
Diffstat (limited to 'src/pages/geoblocked.astro')
-rw-r--r--src/pages/geoblocked.astro5
1 files changed, 5 insertions, 0 deletions
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";
+---
+
+<GeoblockedPageLayout />