Skip to content

Commit 578101d

Browse files
i18n(fr): update guides/deploy/cloudflare.mdx
See withastro#11928
1 parent b25f41e commit 578101d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/docs/fr/guides/deploy/cloudflare.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ Pour commencer, vous aurez besoin :
6969
// Mettre à jour à la date d'aujourd'hui
7070
"compatibility_date": "2025-03-25",
7171
"assets": {
72-
"directory": "./dist"
72+
"directory": "./dist",
73+
"not_found_handling": "404-page" // Si vous avez une page `src/pages/404.astro` personnalisée
7374
}
7475
}
7576
```

0 commit comments

Comments
 (0)