Skip to content

Commit

Permalink
feat: Update Astro config to include MDX and Alert component
Browse files Browse the repository at this point in the history
  • Loading branch information
teles committed Jul 12, 2024
1 parent 432288e commit e09a071
Show file tree
Hide file tree
Showing 7 changed files with 744 additions and 8 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { defineConfig } from "astro/config";

import mdx from "@astrojs/mdx";
import tailwind from "@astrojs/tailwind";

// https://astro.build/config
export default defineConfig({
integrations: [tailwind()],
integrations: [tailwind(), mdx()],
markdown: {
shikiConfig: {
theme: "github-dark",
Expand Down
Loading

0 comments on commit e09a071

Please sign in to comment.