Add Keystatic CMS and refresh landing experience

This commit is contained in:
2026-04-16 00:11:22 -04:00
parent 2e0b742e49
commit e779907ff4
80 changed files with 8187 additions and 1402 deletions

View File

@@ -1,6 +1,8 @@
// @ts-check
import { defineConfig } from 'astro/config';
import node from '@astrojs/node';
import react from '@astrojs/react';
import keystatic from '@keystatic/astro';
// https://astro.build/config
export default defineConfig({
@@ -8,4 +10,5 @@ export default defineConfig({
adapter: node({
mode: 'standalone',
}),
integrations: [react(), keystatic()],
});