Skip to content

Commit

Permalink
use mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbloxhub committed Jul 23, 2023
1 parent c743817 commit 2097ec1
Show file tree
Hide file tree
Showing 6 changed files with 611 additions and 8 deletions.
4 changes: 3 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ import { defineConfig } from "astro/config"

import svelte from "@astrojs/svelte"
import UnoCSS from "unocss/astro"
import mdx from "@astrojs/mdx"

// https://astro.build/config
export default defineConfig({
site: "https://bitbloxhub.github.io",
integrations: [
svelte(),
UnoCSS()
UnoCSS(),
mdx()
],
experimental: {
viewTransitions: true
Expand Down
Loading

0 comments on commit 2097ec1

Please sign in to comment.