We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d035775 commit 604bbf3Copy full SHA for 604bbf3
astro.config.mjs
@@ -9,7 +9,7 @@ import rehypeSlug from "rehype-slug";
9
import rehypeAutolinkHeadings from "rehype-autolink-headings";
10
import metaTags from "astro-meta-tags";
11
import pagefind from "astro-pagefind";
12
-import deleteUnusedImages from 'astro-delete-unused-images';
+import deleteUnusedImages from "astro-delete-unused-images";
13
14
// https://astro.build/config
15
export default defineConfig({
0 commit comments