diff --git a/docs/content/en/blog/DevLog-2026.03.14/assets/cover-dark.avif b/docs/content/en/blog/DevLog-2026.03.14/assets/cover-dark.avif new file mode 100644 index 000000000..7da1f9d00 Binary files /dev/null and b/docs/content/en/blog/DevLog-2026.03.14/assets/cover-dark.avif differ diff --git a/docs/content/en/blog/DevLog-2026.03.14/assets/cover-light.avif b/docs/content/en/blog/DevLog-2026.03.14/assets/cover-light.avif new file mode 100644 index 000000000..afc0239f0 Binary files /dev/null and b/docs/content/en/blog/DevLog-2026.03.14/assets/cover-light.avif differ diff --git a/docs/content/en/blog/DevLog-2026.03.14/index.md b/docs/content/en/blog/DevLog-2026.03.14/index.md index e982e7334..872528f5a 100644 --- a/docs/content/en/blog/DevLog-2026.03.14/index.md +++ b/docs/content/en/blog/DevLog-2026.03.14/index.md @@ -4,6 +4,9 @@ category: DevLog date: 2026-03-14 excerpt: | A story about PR #1194: debugging AIRI's VRM 3D stage, redesigning its lifecycle, introducing a window-local cache, and laying the first foundation for ThreeScene observability. +preview-cover: + light: "@assets('./assets/cover-light.avif')" + dark: "@assets('./assets/cover-dark.avif')" --- Hi, this is [@Lilia-Chen](https://github.com/Lilia-Chen).