Skip to content

Commit 5b88123

Browse files
pre-commit-ci[bot]artcz
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a37ebbd commit 5b88123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import rehypeSlug from "rehype-slug";
1111
import rehypeAutolinkHeadings from "rehype-autolink-headings";
1212
import metaTags from "astro-meta-tags";
1313
import pagefind from "astro-pagefind";
14-
import deleteUnusedImages from 'astro-delete-unused-images';
14+
import deleteUnusedImages from "astro-delete-unused-images";
1515

1616
const __filename = fileURLToPath(import.meta.url);
1717
const __dirname = dirname(__filename); // @type-check enabled!

0 commit comments

Comments
 (0)