No description
Find a file
dependabot[bot] 06b69d02fa build(deps): bump astro from 5.0.3 to 5.0.5
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.0.3 to 5.0.5.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.0.5/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-11 21:40:25 +08:00
.github feat: create dependabot.yml 2024-12-11 21:29:29 +08:00
.husky feat: add husky and lint staged 2024-11-27 03:31:15 +08:00
.netlify/v1 feat: add netlify ssr adapter 2024-11-27 11:41:40 +08:00
.vscode feat: complete header and footer components and dark/light mode switching function 2024-11-27 03:58:51 +08:00
public Initial commit from Astro 2024-11-27 03:31:14 +08:00
src feat: add noise background image 2024-12-11 21:25:58 +08:00
.eslintignore feat: configure prettier and eslint and format the code 2024-11-27 03:31:15 +08:00
.gitignore Initial commit from Astro 2024-11-27 03:31:14 +08:00
.prettierignore feat: configure prettier and eslint and format the code 2024-11-27 03:31:15 +08:00
.prettierrc.mjs feat: configure prettier and eslint and format the code 2024-11-27 03:31:15 +08:00
astro.config.mjs feat: add netlify ssr adapter 2024-11-27 11:41:40 +08:00
eslint.config.cjs feat: add husky and lint staged 2024-11-27 03:31:15 +08:00
package.json build(deps): bump astro from 5.0.3 to 5.0.5 2024-12-11 21:40:25 +08:00
pnpm-lock.yaml build(deps): bump astro from 5.0.3 to 5.0.5 2024-12-11 21:40:25 +08:00
README.md feat: complete the blog list and blog content pages 2024-11-27 03:58:58 +08:00
tailwind.config.mjs feat: complete the blog list and blog content pages 2024-11-27 03:58:58 +08:00
tsconfig.json feat: complete header and footer components and dark/light mode switching function 2024-11-27 03:58:51 +08:00