-
# 使用 Giscus 为 Astro 网站添加评论功能 - 鹏叔的技术博客
考虑到每篇博客都有可能有错误的地方,需要用户及时反馈,我能相应的做出修改,逐渐完善整个博客系统,所以评论功能对我来说非常重要。 目前Astro添加评论功能的方式不多,因为毕竟是一个比较新的框架,使用像 Astro 这样的静态站点生成器,添加评论系统可能会有点困
[https://pengtech.net/astro/…
-
**2. Describe the bug**
I've been trying to use framer motion components within my Astro project but it does not seems to work even my explicitly declare client:load directive
The component does no…
-
# Astro: First impressions - Isaac Corbrey
My first impressions of Astro, a web framework for content-driven websites.
[https://isaaccorbrey.com/notes/astrojs-first-impressions](https://isaaccor…
-
4.16.13に更新する
- #1775
-
Hi
With the release of Deno 2 with full npm compatibility, it's unclear to me how to best use Astro with Deno. There is/was an astro integration for deno but it hasn't seen a commit for four months…
dnbkr updated
1 month ago
-
**Describe the bug**
`astro build` command fails on Astro `5.0.0-beta.6`
```
22:48:48 [purgecss] Generating purged css files...
22:48:48 ▶ /_astro/solutions.0977be13.css
22:48:48 ▶ /_astro/medi…
-
This code does not appear to be formatted properly. Is there a fix? Thx.
`dprint.jsonc`:
*upd*:
repro: https://stackblitz.com/~/github.com/predaytor/astro-dprint
playground: https://dprint.d…
-
Astro v5 is currently in beta, and astro-global gives an unmet peer dependency warning if using it. I'm not sure if Astro's updates require any changes to astro-global; at a glance, the necessity for …
-
- 5.0 Betaを試す
https://astro.build/blog/astro-5-beta/
-
Trying out unpic for Astro (5 beta), with the settings as in the doc:
```js
image: {
service: imageService(),
},
```
The build seem to run fine with different sizes generated.
However, …