Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Jan 27, 2025
1 parent 3924899 commit 7bd2992
Show file tree
Hide file tree
Showing 4 changed files with 1,617 additions and 676 deletions.
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ 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";

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

0 comments on commit 7bd2992

Please sign in to comment.