main #227

Merged
alexlebens merged 7 commits from main into release 2026-04-12 00:09:23 +00:00
Showing only changes of commit bc36b67320 - Show all commits

View File

@@ -24,6 +24,16 @@ export default defineConfig({
sitemap(),
starlight({
title: "Alex Lebens Docs",
head: [
{
tag: 'script',
attrs: {
src: 'https://rybbit.alexlebens.dev/api/script.js',
'data-site-id': 'a8768eb5f5ff',
defer: true,
},
},
],
customCss: [
'./src/styles/custom.css',
],