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/en | |
| parent | e96af5ce5e8dd00cf8a31d4812f416583defa449 (diff) | |
Refactor localization: remove i18n support and update layouts to use static text
Diffstat (limited to 'src/pages/en')
| -rw-r--r-- | src/pages/en/contact.astro | 5 | ||||
| -rw-r--r-- | src/pages/en/index.astro | 5 | ||||
| -rw-r--r-- | src/pages/en/portfolio.astro | 5 | ||||
| -rw-r--r-- | src/pages/en/trajectory.astro | 5 |
4 files changed, 0 insertions, 20 deletions
diff --git a/src/pages/en/contact.astro b/src/pages/en/contact.astro deleted file mode 100644 index 6ccb15c..0000000 --- a/src/pages/en/contact.astro +++ /dev/null @@ -1,5 +0,0 @@ ---- -import ContactPageLayout from "../../layouts/ContactPageLayout.astro"; ---- - -<ContactPageLayout /> diff --git a/src/pages/en/index.astro b/src/pages/en/index.astro deleted file mode 100644 index a7c9dbf..0000000 --- a/src/pages/en/index.astro +++ /dev/null @@ -1,5 +0,0 @@ ---- -import HomePageLayout from "../../layouts/HomePageLayout.astro"; ---- - -<HomePageLayout /> diff --git a/src/pages/en/portfolio.astro b/src/pages/en/portfolio.astro deleted file mode 100644 index 17c4637..0000000 --- a/src/pages/en/portfolio.astro +++ /dev/null @@ -1,5 +0,0 @@ ---- -import PortfolioPageLayout from "../../layouts/PortfolioPageLayout.astro"; ---- - -<PortfolioPageLayout /> diff --git a/src/pages/en/trajectory.astro b/src/pages/en/trajectory.astro deleted file mode 100644 index cb5b088..0000000 --- a/src/pages/en/trajectory.astro +++ /dev/null @@ -1,5 +0,0 @@ ---- -import TrajectoryPageLayout from "../../layouts/TrajectoryPageLayout.astro"; ---- - -<TrajectoryPageLayout /> |
