You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Invalid or outdated experimental feature.\nCheck for incorrect spelling or outdated Astro version.\nSee https://docs.astro.build/en/reference/experimental-flags/ for a list of all current experiments.`,
* See the [experimental raw environment variables guide](https://docs.astro.build/en/reference/experimental-flags/raw-env-values/) for more information.
2459
2531
*/
2460
2532
rawEnvValues?: boolean;
2533
+
2534
+
/**
2535
+
* @docs
2536
+
* @name experimental.mdxCompiler
2537
+
* @type {'js' | 'rs'}
2538
+
* @default `'js'`
2539
+
* @description
2540
+
* Select the MDX compiler to use for processing MDX files.
2541
+
*
2542
+
* - `'js'` - Use the standard @mdx-js/mdx JavaScript compiler (default)
0 commit comments