Skip to content

Commit

Permalink
升级到 astro v3
Browse files Browse the repository at this point in the history
  • Loading branch information
coderfe committed Dec 4, 2023
1 parent e794907 commit e57f451
Show file tree
Hide file tree
Showing 15 changed files with 1,490 additions and 901 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ import tailwind from '@astrojs/tailwind';

// https://astro.build/config
export default defineConfig({
site: 'https://example.com',
site: 'https://coderfee.com',
integrations: [mdx(), sitemap(), tailwind()],
});
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.19.0",
"@astrojs/rss": "^2.4.0",
"@astrojs/sitemap": "^1.2.2",
"@astrojs/tailwind": "^3.1.1",
"astro": "^2.3.2",
"@astrojs/mdx": "^1.1.5",
"@astrojs/react": "^3.0.6",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.2",
"astro": "^3.6.4",
"lxgw-wenkai-lite-webfont": "^1.7.0",
"tailwindcss": "^3.3.2"
"tailwindcss": "^3.3.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"prettier": "^2.8.8"
"@tailwindcss/typography": "^0.5.10",
"prettier": "^3.1.0"
}
}
}
Loading

0 comments on commit e57f451

Please sign in to comment.