feat: add sitemap integration and configure site URL

- Add @astrojs/sitemap dependency and configure it in astro.config.mjs
- Set site URL and markdown theme in astro config
- Remove unused theme variables from global.css
This commit is contained in:
joyzhao
2025-06-19 21:17:01 +08:00
parent 3b0c8e39df
commit c698d1ae45
4 changed files with 69 additions and 6 deletions

View File

@@ -2,11 +2,6 @@
@import "tw-animate-css";
@plugin "@tailwindcss/typography";
@theme {
--typography-code-before-content: "";
--typography-code-after-content: "";
}
/* Blog List Component Styles */
.line-clamp-3 {
display: -webkit-box;