You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/routeMeta.mjs
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ import {
13
13
PRICE_PER_TB_MONTH,
14
14
PRICE_AMOUNT,
15
15
PRICE_PER_TB_SHORT_EUR,
16
+
PRICE_PER_TB_SHORT_EUR_ES,
16
17
}from"../src/lib/pricing.constants.mjs";
17
18
18
19
exportconstBASE_URL="https://www.fil.one";
@@ -369,9 +370,9 @@ export const ROUTE_META = {
369
370
},
370
371
"/lp/es/barcelona": {
371
372
lang: "es",
372
-
title: `Fil One para Barcelona: Almacenamiento Europeo, ${PRICE_PER_TB_SHORT_EUR}, Sin Egress`,
373
+
title: `Fil One para Barcelona: Almacenamiento Europeo, ${PRICE_PER_TB_SHORT_EUR_ES}, Sin Egress`,
373
374
description:
374
-
`Almacenamiento de objetos compatible con S3 para equipos en Barcelona. Soberanía de datos en la UE, cero comisiones de egress, a ${PRICE_PER_TB_SHORT_EUR}. Intégralo en tu stack actual en minutos.`,
375
+
`Almacenamiento de objetos compatible con S3 para equipos en Barcelona. Soberanía de datos en la UE, cero comisiones de egress, a ${PRICE_PER_TB_SHORT_EUR_ES}. Intégralo en tu stack actual en minutos.`,
0 commit comments