Skip to content

Commit

Permalink
🔧 Correction de l'import des images actu
Browse files Browse the repository at this point in the history
c'était un souci lié à la migration vers astro:assets
  • Loading branch information
ushu committed Feb 10, 2025
1 parent 87e2294 commit 002f2d9
Show file tree
Hide file tree
Showing 21 changed files with 2,939 additions and 3,158 deletions.
10 changes: 1 addition & 9 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
import { defineConfig } from "astro/config";
import tailwind from "@astrojs/tailwind";
import image from "@astrojs/image";
import mdx from "@astrojs/mdx";
import sitemap from "@astrojs/sitemap";

// https://astro.build/config
export default defineConfig({
base: "",
site: "http://localhost:3000",
integrations: [
tailwind(),
image({
serviceEntryPoint: "@astrojs/image/sharp",
}),
mdx(),
sitemap(),
],
integrations: [tailwind(), mdx(), sitemap()],
});
Loading

0 comments on commit 002f2d9

Please sign in to comment.