Welcome to Dahlia
Dahlia is an Astro documentation theme designed for calm, focused reading and effortless authoring.
It comes with sensible defaults, beautiful typography, and carefully crafted components so you can spend more time writing and less time configuring.
import { defineConfig } from 'astro/config';
import dahlia from '@prosefly/astro-theme-dahlia';
export default defineConfig({
integrations: [dahlia()],
});