Skip to content

Commit

Permalink
Upgrade to astro 2.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
boisgera committed Aug 2, 2023
1 parent 2546130 commit 5f36154
Show file tree
Hide file tree
Showing 6 changed files with 2,104 additions and 1,591 deletions.
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ 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: [
Expand Down
25 changes: 11 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,17 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/image": "^0.14.1",
"@astrojs/mdx": "^0.16.0",
"@astrojs/sitemap": "^1.0.1",
"@astrojs/tailwind": "^3.0.1",
"@fontsource/inter": "^4.5.15",
"astro": "^2.0.11",
"astro-feather-icons": "^1.0.2",
"astro-icon": "^0.8.0",
"astro-navbar": "^1.1.5",
"astro-seo": "^0.7.0",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"@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",
"sharp": "^0.31.3"
"astro": "^2.9.7",
"astro-icon": "^0.8.1",
"astro-navbar": "^2.0.1",
"astro-seo": "^0.7.5",
"sharp": "^0.32.4",
"tailwindcss": "^3.0.24"
}
}
Loading

0 comments on commit 5f36154

Please sign in to comment.