Update theme to Astro v6 stable and switch to built-in Fonts API

* Updated theme to Astro v6 stable
* Replaced third-party astro-font with the built-in Fonts API
This commit is contained in:
Al Murad Uzzaman
2026-03-11 10:23:14 +06:00
parent 056dd1727f
commit c04ffb8b3b
5 changed files with 70 additions and 62 deletions
+3 -3
View File
@@ -12,8 +12,8 @@
</h2>
<p align=center>
<a href="https://github.com/withastro/astro/releases/tag/astro%406.0.0-beta.17">
<img src="https://img.shields.io/static/v1?label=ASTRO&message=6.0%20beta&color=000&logo=astro" alt="Astro Version 6.0 beta"/>
<a href="https://github.com/withastro/astro/releases/tag/astro%406.0.2">
<img src="https://img.shields.io/static/v1?label=ASTRO&message=6.0.2&color=000&logo=astro" alt="Astro Version 6.0.2"/>
</a>
<a href="https://github.com/zeon-studio/astroplate/blob/main/LICENSE">
@@ -70,7 +70,7 @@
### 📦 Dependencies
- astro v6.0.0-beta+
- astro v6.0.2
- node v22.12.0+ (see `.nvmrc`)
- yarn v1.22+
- tailwind v4+