diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-21 22:54:15 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-21 22:54:15 +0200 |
| commit | b4ef1a0d288565f744bf754af456c4f60da99ca7 (patch) | |
| tree | 907c88a2e59370a0b06dbd60aa1cc297b67b004b /src/pages/geoblocked.astro | |
| parent | e96af5ce5e8dd00cf8a31d4812f416583defa449 (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.astro | 5 |
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 /> |
