build: updated all deps and replaced Picture with Image
This commit is contained in:
@@ -1,18 +1,10 @@
|
||||
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({
|
||||
site: "https://astroship.web3templates.com",
|
||||
integrations: [
|
||||
tailwind(),
|
||||
image({
|
||||
serviceEntryPoint: "@astrojs/image/sharp",
|
||||
}),
|
||||
mdx(),
|
||||
sitemap(),
|
||||
],
|
||||
integrations: [tailwind(), mdx(), sitemap()],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user