Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Astro v3 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed Sep 23, 2023
1 parent c784575 commit 640db96
Show file tree
Hide file tree
Showing 16 changed files with 2,247 additions and 684 deletions.
4 changes: 0 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
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";

Expand All @@ -10,9 +9,6 @@ export default defineConfig({
tailwind(
{applyBaseStyles: true,}
),
image({
serviceEntryPoint: "@astrojs/image/sharp",
}),
mdx(),
sitemap(),
],
Expand Down
Loading

0 comments on commit 640db96

Please sign in to comment.