Skip to content

Commit

Permalink
Fix Markdown theme
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPower committed Jan 30, 2025
1 parent 462196b commit 0cbf53f
Show file tree
Hide file tree
Showing 4 changed files with 1,634 additions and 9 deletions.
8 changes: 6 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@ import mdx from "@astrojs/mdx";
import sitemap from "@astrojs/sitemap";
import icon from "astro-icon";
import node from "@astrojs/node";
import shikiTheme from "./shiki.json";

export default defineConfig({
site: "https://danielpower.ca",
integrations: [mdx(), sitemap(), icon()],

markdown: {
shikiConfig: {
theme: shikiTheme,
},
},
adapter: node({
mode: "standalone",
}),
});

Loading

0 comments on commit 0cbf53f

Please sign in to comment.