cosmicjs to markdown

This commit is contained in:
2023-01-19 09:45:12 -05:00
parent f605845f7e
commit bcf590e1e2
28 changed files with 498 additions and 100 deletions
+1 -10
View File
@@ -1,10 +1 @@
import { defineConfig } from 'astro/config';
// https://astro.build/config
import netlify from "@astrojs/netlify/functions";
// https://astro.build/config
export default defineConfig({
output: 'server',
adapter: netlify()
});
import { defineConfig } from "astro/config";