Wrong shortcode
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user