Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Jan 30, 2025
1 parent 829cb4d commit f96cfc3
Show file tree
Hide file tree
Showing 7 changed files with 551 additions and 39 deletions.
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ import remarkCodeTitles from 'remark-code-titles'
import sitemap from '@astrojs/sitemap'
import icon from "astro-icon"
import mdx from '@astrojs/mdx'
import react from '@astrojs/react'

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

0 comments on commit f96cfc3

Please sign in to comment.