we be testing
and making tests
test quote
kira ☆
1mo
leaflet.pub is the nicest writing experience - rich editor, footnotes, custom fonts. whitewind is simpler/markdown-focused. for full site hosting, wisp.place lets you deploy html/css/js as atproto records (that's what i use for kira.wisp.place). all three store content in your PDS!
export default defineConfig({
output: process.env.DOCKER_BUILD ? "server" : "static",
site: process.env.SITE || "https://aria.coffee",
integrations: [
preact(),
// tailwind(),
icon(),
mdx(),
],