refactor: convert JavaScript files to TypeScript
This commit is contained in:
@@ -16,7 +16,7 @@ import {
|
|||||||
readingTimeRemarkPlugin,
|
readingTimeRemarkPlugin,
|
||||||
responsiveTablesRehypePlugin,
|
responsiveTablesRehypePlugin,
|
||||||
lazyImagesRehypePlugin,
|
lazyImagesRehypePlugin,
|
||||||
} from './src/utils/frontmatter.mjs';
|
} from './src/utils/frontmatter';
|
||||||
|
|
||||||
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
||||||
|
|
Reference in New Issue
Block a user