From daa2017ab7e1e42d2427d1a3edd1a352d6a585b4 Mon Sep 17 00:00:00 2001 From: Jumpei Ogawa Date: Sun, 25 Aug 2024 13:27:21 +0900 Subject: [PATCH] style: format --- astro.config.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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));