We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e68c73 commit 6395c69Copy full SHA for 6395c69
astro.config.ts
@@ -32,15 +32,17 @@ export default defineConfig({
32
expressiveCodeIntegration(),
33
sitemapIntegration(),
34
react(),
35
- mdx({ rehypePlugins }),
+ mdx({
36
+ /* rehypePlugins */
37
+ }), // todo: breaks expressive-code, disable it
38
// applyBaseStyles: false prevents double loading of tailwind
39
tailwind({ applyBaseStyles: false }),
40
icon({ iconDir: 'src/assets/icons' }),
41
partytown({
42
config: { forward: ['dataLayer.push'] },
43
}),
44
],
- markdown: { remarkPlugins, rehypePlugins },
45
+ markdown: { remarkPlugins /* rehypePlugins */ },
46
vite: {
47
build: {
48
sourcemap: false,
0 commit comments