Premier article de test
Ceci est un article de test pour valider l'integration Notion CMS avec Astro.
L
Lilian Sevoumian 1 février 2026
3 min
Introduction
Bienvenue sur mon nouveau blog! Cet article est genere depuis Notion et affiche automatiquement sur le site grace a l'integration CMS.
Comment ca marche?
- Je cree/modifie un article dans Notion
- Je change le statut en Publie
- n8n detecte le changement et trigger un rebuild
- Astro fetch les articles depuis Notion et regenere le site
// Exemple de code
const posts = await getPublishedPosts();
console.log(posts);