e05f99a0d2
Changes: - Added Netlify adapter for server-side rendering - Changed output mode from static to server - Updated KeyStatic storage from local to GitHub - Removed SKIP_KEYSTATIC from Netlify build - KeyStatic Admin UI will be available at /keystatic Features: - Server-side rendering with Netlify Functions - GitHub integration for content management - Production-ready KeyStatic Admin UI Co-Authored-By: Claude <noreply@anthropic.com>
30 lines
1.5 KiB
JavaScript
30 lines
1.5 KiB
JavaScript
import { e as createAstro, c as createComponent, r as renderComponent, a as renderTemplate } from './astro/server_BfDhyAjM.mjs';
|
|
import 'kleur/colors';
|
|
import { $ as $$Headline } from './Headline_ClseMP2_.mjs';
|
|
import { $ as $$ItemGrid } from './ItemGrid_D66zVols.mjs';
|
|
import { $ as $$WidgetWrapper } from './WidgetWrapper_C6M78dTL.mjs';
|
|
|
|
const $$Astro = createAstro("https://www.radio.org.tr");
|
|
const $$FAQs = createComponent(async ($$result, $$props, $$slots) => {
|
|
const Astro2 = $$result.createAstro($$Astro, $$props, $$slots);
|
|
Astro2.self = $$FAQs;
|
|
const {
|
|
title = "",
|
|
subtitle = "",
|
|
tagline = "",
|
|
items = [],
|
|
columns = 2,
|
|
id,
|
|
isDark = false,
|
|
classes = {},
|
|
bg = await Astro2.slots.render("bg")
|
|
} = Astro2.props;
|
|
return renderTemplate`${renderComponent($$result, "WidgetWrapper", $$WidgetWrapper, { "id": id, "isDark": isDark, "containerClass": `max-w-7xl mx-auto ${classes?.container ?? ""}`, "bg": bg }, { "default": async ($$result2) => renderTemplate` ${renderComponent($$result2, "Headline", $$Headline, { "title": title, "subtitle": subtitle, "tagline": tagline })} ${renderComponent($$result2, "ItemGrid", $$ItemGrid, { "items": items, "columns": columns, "defaultIcon": "tabler:chevron-right", "classes": {
|
|
container: `${columns === 1 ? "max-w-4xl" : ""} gap-y-8 md:gap-y-12`,
|
|
panel: "max-w-none",
|
|
icon: "flex-shrink-0 mt-1 w-6 h-6 text-primary"
|
|
} })} ` })}`;
|
|
}, "/Users/bugracanata/Developer/[Telsiz]/ARC-Web-Sitesi/src/components/widgets/FAQs.astro", void 0);
|
|
|
|
export { $$FAQs as $ };
|