Skip to content

Commit

Permalink
build: updated all deps and replaced Picture with Image
Browse files Browse the repository at this point in the history
  • Loading branch information
kashan-ahmad committed Nov 17, 2023
1 parent c77ef54 commit 8d2ce5d
Show file tree
Hide file tree
Showing 8 changed files with 876 additions and 934 deletions.
10 changes: 1 addition & 9 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -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()],
});
20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,15 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/image": "^0.17.2",
"@astrojs/mdx": "^0.19.7",
"@astrojs/sitemap": "^2.0.1",
"@astrojs/tailwind": "^4.0.0",
"@fontsource-variable/inter": "^5.0.5",
"@tailwindcss/typography": "^0.5.9",
"astro": "^2.9.7",
"@astrojs/mdx": "^1.1.5",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.2",
"@fontsource-variable/inter": "^5.0.15",
"@tailwindcss/typography": "^0.5.10",
"astro": "^3.5.5",
"astro-icon": "^0.8.1",
"astro-navbar": "^2.0.1",
"astro-seo": "^0.7.5",
"sharp": "^0.32.4",
"tailwindcss": "^3.0.24"
"astro-navbar": "^2.3.0",
"astro-seo": "^0.8.0",
"tailwindcss": "^3.3.5"
}
}
Loading

0 comments on commit 8d2ce5d

Please sign in to comment.