Skip to content

Commit

Permalink
Update src/content/docs/fr/guides/deploy/netlify.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: pioupia <[email protected]>
  • Loading branch information
thomasbnt and pioupia authored Aug 5, 2024
1 parent 7011c19 commit 7b63f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/fr/guides/deploy/netlify.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Votre projet Astro est un site statique par défaut. Vous n'avez besoin d'aucune

### Adaptateur pour SSR

Ajoutez [l'adaptateur Netlify](/fr/guides/integrations-guide/netlify/) pour activer SSR dans votre projet Astro et déployez vers Netlify avec la commande `astro add` suivante. Cela installera l'adaptateur et apportera les changements appropriés à votre fichier `astro.config.mjs` en une seule étape.
Ajoutez [l'adaptateur Netlify](/fr/guides/integrations-guide/netlify/) pour activer le SSR dans votre projet Astro et déployez vers Netlify avec la commande `astro add` suivante. Celle-ci installera l'adaptateur et apportera les changements appropriés à votre fichier `astro.config.mjs` en une seule étape.

```bash
npx astro add netlify
Expand Down

0 comments on commit 7b63f99

Please sign in to comment.