Skip to content

Commit 6395c69

Browse files
committed
disable external links, fix expressive-code
1 parent 9e68c73 commit 6395c69

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

astro.config.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,17 @@ export default defineConfig({
3232
expressiveCodeIntegration(),
3333
sitemapIntegration(),
3434
react(),
35-
mdx({ rehypePlugins }),
35+
mdx({
36+
/* rehypePlugins */
37+
}), // todo: breaks expressive-code, disable it
3638
// applyBaseStyles: false prevents double loading of tailwind
3739
tailwind({ applyBaseStyles: false }),
3840
icon({ iconDir: 'src/assets/icons' }),
3941
partytown({
4042
config: { forward: ['dataLayer.push'] },
4143
}),
4244
],
43-
markdown: { remarkPlugins, rehypePlugins },
45+
markdown: { remarkPlugins /* rehypePlugins */ },
4446
vite: {
4547
build: {
4648
sourcemap: false,

0 commit comments

Comments
 (0)