Skip to content

Commit

Permalink
Merge pull request #7 from bitsundbaeume/move-to-astro-img
Browse files Browse the repository at this point in the history
feat: remove image deps, now using astro buildin image tools
  • Loading branch information
felix-berlin authored Dec 30, 2023
2 parents 866f55f + efe52a3 commit 57d9d05
Show file tree
Hide file tree
Showing 18 changed files with 2,576 additions and 2,825 deletions.
6 changes: 0 additions & 6 deletions astro-imagetools.config.mjs

This file was deleted.

4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import { fileURLToPath } from "url";
import sitemap from "@astrojs/sitemap";
import prefetch from "@astrojs/prefetch";
import serviceWorker from "astrojs-service-worker";
import { astroImageTools } from "astro-imagetools";
import vue from "@astrojs/vue";
import rehypeSlug from "rehype-slug";
import rehypeAutolinkHeadings from "rehype-autolink-headings";
import mdx from "@astrojs/mdx";
import tsconfigPaths from "vite-tsconfig-paths";
import icon from "astro-icon";
const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);

Expand All @@ -25,8 +25,8 @@ export default defineConfig({
}),
prefetch(),
serviceWorker(),
astroImageTools,
vue(),
icon(),
mdx({
rehypePlugins: [
[
Expand Down
Loading

0 comments on commit 57d9d05

Please sign in to comment.