Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
phanect committed Aug 28, 2024
1 parent 35b7573 commit daa2017
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit daa2017

Please sign in to comment.