Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Jan 29, 2025
1 parent 223ed30 commit afcb34b
Show file tree
Hide file tree
Showing 9 changed files with 793 additions and 20 deletions.
5 changes: 3 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ import tailwind from '@astrojs/tailwind'
import { remarkHeadingId } from 'remark-custom-heading-id'
import remarkCodeTitles from 'remark-code-titles'
import sitemap from '@astrojs/sitemap'
import icon from "astro-icon";
import icon from "astro-icon"
import mdx from '@astrojs/mdx'

// https://astro.build/config
export default defineConfig({
integrations: [ tailwind(), sitemap(), icon() ],
integrations: [tailwind(), sitemap(), icon(), mdx()],
site: 'https://derekbrown.io',
markdown: {
syntaxHighlight: 'shiki',
Expand Down
Loading

0 comments on commit afcb34b

Please sign in to comment.