aboutsummaryrefslogtreecommitdiff
path: root/src/layouts/TrajectoryPageLayout.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/TrajectoryPageLayout.astro')
-rw-r--r--src/layouts/TrajectoryPageLayout.astro4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/layouts/TrajectoryPageLayout.astro b/src/layouts/TrajectoryPageLayout.astro
index a5bfb46..9a0bd53 100644
--- a/src/layouts/TrajectoryPageLayout.astro
+++ b/src/layouts/TrajectoryPageLayout.astro
@@ -1,9 +1,7 @@
---
-import { useTranslations } from "../i18n";
+import t from "../i18n/es.json";
import Layout from "./Layout.astro";
-const t = useTranslations(Astro.currentLocale);
-
const schema = {
"@context": "https://schema.org",
"@type": "WebPage",