We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0191f commit 72f3540Copy full SHA for 72f3540
4 files changed
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v6.3.8...main
5
+
6
+[compare changes](https://github.com/nuxt-modules/og-image/compare/v6.3.8...main)
7
8
+### 🩹 Fixes
9
10
+- Fallback to internal handler when font origin is unreachable ([#566](https://github.com/nuxt-modules/og-image/pull/566))
11
12
+### ❤️ Contributors
13
14
+- Harlan Wilton ([@harlan-zw](https://github.com/harlan-zw))
15
16
## v6.3.7...main
17
18
[compare changes](https://github.com/nuxt-modules/og-image/compare/v6.3.7...main)
examples/basic-takumi/package.json
@@ -10,7 +10,7 @@
"dependencies": {
"@nuxt/fonts": "^0.14.0",
"@tailwindcss/vite": "^4.2.2",
- "@takumi-rs/core": "^1.0.1",
+ "@takumi-rs/core": "^1.0.4",
"nuxt": "^4.4.2",
"nuxt-og-image": "latest",
"nuxt-site-config": "^4.0.8",
0 commit comments