fix: use slug 'main' for homepage singleton entry

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kunthawat Greethong
2026-04-30 11:15:12 +07:00
parent 1298e3c018
commit 79465ae005
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
import { getEmDashEntry } from "emdash";
import Base from "../layouts/Base.astro";
const { entry: homepage } = await getEmDashEntry("homepage", "homepage-main");
const { entry: homepage } = await getEmDashEntry("homepage", "main");
const { hero_headline, hero_subtitle, hero_button_text, hero_button_url, hero_image,
features_section_title, features_section_subtitle,
feature_1_title, feature_1_description, feature_1_icon,