Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Feb 2, 2025
1 parent 309723e commit 9b554bd
Show file tree
Hide file tree
Showing 6 changed files with 616 additions and 805 deletions.
5 changes: 3 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from 'astro/config'
import tailwind from '@astrojs/tailwind'
import tailwindcss from "@tailwindcss/vite"
import { remarkHeadingId } from 'remark-custom-heading-id'
import remarkCodeTitles from 'remark-code-titles'
import sitemap from '@astrojs/sitemap'
Expand All @@ -9,8 +9,9 @@ import react from '@astrojs/react'

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

0 comments on commit 9b554bd

Please sign in to comment.