import { c as createComponent, d as addAttribute, h as renderHead, i as renderSlot, a as renderTemplate, b as createAstro } from './astro/server_D-JZF3a4.mjs'; import 'piccolore'; import 'clsx'; /* empty css */ const $$Astro = createAstro(); const $$BaseLayout = createComponent(($$result, $$props, $$slots) => { const Astro2 = $$result.createAstro($$Astro, $$props, $$slots); Astro2.self = $$BaseLayout; const { title, description, image } = Astro2.props; return renderTemplate` ${title} | ดีล พลัส เทค${renderHead()} ${renderSlot($$result, $$slots["default"])} `; }, "/Users/kunthawatgreethong/Gitea/dealplustech/dealplustech-astro/src/layouts/BaseLayout.astro", void 0); export { $$BaseLayout as $ };