Skip to content

Commit

Permalink
i18n(es): update strapi.mdx (withastro#6854)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Valladares <[email protected]>
  • Loading branch information
AitorMT and dreyfus92 authored Feb 10, 2024
1 parent 61564b2 commit 35b56b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/es/guides/cms/strapi.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Para agregar la URL de Strapi a Astro, crea un archivo `.env` en la raíz de tu
STRAPI_URL="http://127.0.0.1:1337" // o usa tu dirección IP
```

Ahora puedes utilizar esta variable de entorno en tu proyecto de Astro.
Reinicia el servidor de desarrollo para utilizar esta variable de entorno en tu proyecto Astro.

Si deseas tener IntelliSense para tu variable de entorno, puedes crear un archivo `env.d.ts` en el directorio `src/` y configurar `ImportMetaEnv` de la siguiente manera:

Expand Down

0 comments on commit 35b56b0

Please sign in to comment.