diff --git a/astro.config.ts b/astro.config.ts index e133783..462563a 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -13,11 +13,7 @@ import type { AstroIntegration } from 'astro'; import astrowind from './vendor/integration'; -import { - readingTimeRemarkPlugin, - responsiveTablesRehypePlugin, - lazyImagesRehypePlugin, -} from './src/utils/frontmatter'; +import { readingTimeRemarkPlugin, responsiveTablesRehypePlugin, lazyImagesRehypePlugin } from './src/utils/frontmatter'; const __dirname = path.dirname(fileURLToPath(import.meta.url));