start working on posts with placeholder content

This commit is contained in:
2026-02-28 09:26:10 -05:00
parent 95b58b5615
commit c28f340333
16 changed files with 372 additions and 15 deletions

View File

@@ -1,5 +1,9 @@
import { defineConfig } from "astro/config";
import mdx from '@astrojs/mdx';
export default defineConfig({
integrations: [
mdx(),
],
prefetch: true,
});