retour
Copié !

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?

  1. Je cree/modifie un article dans Notion
  2. Je change le statut en Publie
  3. n8n detecte le changement et trigger un rebuild
  4. Astro fetch les articles depuis Notion et regenere le site
// Exemple de code
const posts = await getPublishedPosts();
console.log(posts);