{d.hero_headline.split('\n').map((line: string) => <>{line}
>)}
import emdash from "emdash/astro";
import { betterSqlite } from "emdash/db";
export default defineConfig({
integrations: [
emdash({
database: betterSqlite({
databasePath: "./data.db"
}),
}),
],
});
{d.features_section_title}
{d.features_section_subtitle}