Skip to content

Commit

Permalink
i18n(es): update strapi (#9307)
Browse files Browse the repository at this point in the history
Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
  • Loading branch information
dreyfus92 and yanthomasdev committed Sep 5, 2024
1 parent 539b85b commit b28c444
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 @@ -28,7 +28,7 @@ Para comenzar, necesitarás tener lo siguiente:
Para agregar la URL de Strapi a Astro, crea un archivo `.env` en la raíz de tu proyecto (si aún no existe) y agrega la siguiente variable:

```ini title=".env"
STRAPI_URL="http://127.0.0.1:1337" // o usa tu dirección IP
STRAPI_URL="http://127.0.0.1:1337" # o usa tu dirección IP
```

Reinicia el servidor de desarrollo para utilizar esta variable de entorno en tu proyecto Astro.
Expand Down

0 comments on commit b28c444

Please sign in to comment.