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 a37ebbd commit 5b88123Copy full SHA for 5b88123
astro.config.mjs
@@ -11,7 +11,7 @@ import rehypeSlug from "rehype-slug";
11
import rehypeAutolinkHeadings from "rehype-autolink-headings";
12
import metaTags from "astro-meta-tags";
13
import pagefind from "astro-pagefind";
14
-import deleteUnusedImages from 'astro-delete-unused-images';
+import deleteUnusedImages from "astro-delete-unused-images";
15
16
const __filename = fileURLToPath(import.meta.url);
17
const __dirname = dirname(__filename); // @type-check enabled!
0 commit comments