Skip to content

Commit

Permalink
Update astro.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomano committed Apr 13, 2024
1 parent 06cf42b commit b98f029
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ export default defineConfig({
liveCode({
layout: '@components/LiveCode.astro',
}),
tailwind(),
tailwind({
applyBaseStyles: false,
}),
],
markdown: {
rehypePlugins: [
Expand Down

0 comments on commit b98f029

Please sign in to comment.