mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
a3e95dbeb0
commit
d7dff64824
1 changed files with 1 additions and 1 deletions
|
@ -3,9 +3,9 @@ import { setVfileFrontmatter } from '@astrojs/markdown-remark';
|
|||
import type { AstroConfig, SSRError } from 'astro';
|
||||
import { VFile } from 'vfile';
|
||||
import type { Plugin } from 'vite';
|
||||
import type { MdxOptions } from './index.js';
|
||||
import { createMdxProcessor } from './plugins.js';
|
||||
import { getFileInfo, parseFrontmatter } from './utils.js';
|
||||
import type { MdxOptions } from './index.js';
|
||||
|
||||
export function vitePluginMdx(astroConfig: AstroConfig, mdxOptions: MdxOptions): Plugin {
|
||||
let processor: ReturnType<typeof createMdxProcessor> | undefined;
|
||||
|
|
Loading…
Reference in a new issue