mirror of
https://github.com/velocitatem/garlic.git
synced 2026-05-31 16:53:37 +00:00
Custom demos dir
This commit is contained in:
9
demos/astro/strong-singularity/astro.config.mjs
Normal file
9
demos/astro/strong-singularity/astro.config.mjs
Normal 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()]
|
||||
});
|
||||
Reference in New Issue
Block a user