Wrong shortcode

This commit is contained in:
cdricms
2025-02-11 10:27:46 +01:00
parent 155eee127b
commit 0f1e0dcefb

View File

@@ -15,7 +15,7 @@ export default async function Home() {
const res = await fetch(query); const res = await fetch(query);
videos = await res.json(); videos = await res.json();
} }
const hero = await getShortcode("foo"); const hero = await getShortcode("hero_image");
const systemEvolution = await getShortcode("evolution_systeme"); const systemEvolution = await getShortcode("evolution_systeme");
const fondations = await getShortcode("fondements"); const fondations = await getShortcode("fondements");
const todaysPrinciples = await getShortcode("aujourdhui"); const todaysPrinciples = await getShortcode("aujourdhui");