Astro project

This commit is contained in:
2023-03-03 00:52:44 +01:00
parent 5977dd67fb
commit 91270fbb72
12 changed files with 299 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import { defineConfig } from 'astro/config';
// https://astro.build/config
import mdx from "@astrojs/mdx";
// https://astro.build/config
export default defineConfig({
integrations: [mdx()]
});