Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Dec 24, 2024
1 parent e76e851 commit 8c91aa2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@ import sitemap from '@astrojs/sitemap'

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

0 comments on commit 8c91aa2

Please sign in to comment.