Skip to content

Commit

Permalink
Merge pull request #9 from Maarten-Dekker/Astro-2.0
Browse files Browse the repository at this point in the history
Astro 2.0. Fixes #10
  • Loading branch information
surjithctly authored Feb 3, 2023
2 parents 789e127 + b9a2192 commit 6667682
Show file tree
Hide file tree
Showing 16 changed files with 538 additions and 602 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# build output
dist/
.output/
.astro

# dependencies
node_modules/
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/image": "^0.11.6",
"@astrojs/mdx": "^0.11.6",
"@astrojs/image": "^0.13.0",
"@astrojs/mdx": "^0.15.0",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^2.1.3",
"@astrojs/tailwind": "^3.0.0",
"@fontsource/inter": "^4.5.14",
"astro": "^1.9.1",
"astro": "^2.0.1",
"astro-feather-icons": "^1.0.2",
"astro-icon": "^0.8.0",
"astro-navbar": "^1.1.5",
"astro-seo": "^0.6.1",
"astro-seo": "^0.7.0",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
Expand Down
Loading

1 comment on commit 6667682

@vercel
Copy link

@vercel vercel bot commented on 6667682 Feb 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.