@fedify/next 2.3.0-dev.1213 → 2.3.0-dev.1214
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
@fedify/next: Integrate Fedify with Next.js
|
|
4
4
|
===========================================
|
|
5
5
|
|
|
6
|
-
[![
|
|
6
|
+
[![@fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
|
|
7
7
|
|
|
8
8
|
This package provides a simple way to integrate [Fedify] with [Next.js].
|
|
9
9
|
|
|
@@ -19,7 +19,7 @@ This package provides a simple way to integrate [Fedify] with [Next.js].
|
|
|
19
19
|
> the exported `config`, because Proxy always runs on the Node.js runtime.
|
|
20
20
|
> For more details, refer to the [official documentation of `proxy`].
|
|
21
21
|
|
|
22
|
-
[@fedify@hollo.social badge]: https://fedi-badge.
|
|
22
|
+
[@fedify@hollo.social badge]: https://fedi-badge.minhee.org/@fedify@hollo.social/followers.svg
|
|
23
23
|
[@fedify@hollo.social]: https://hollo.social/@fedify
|
|
24
24
|
[Fedify]: https://fedify.dev/
|
|
25
25
|
[Next.js]: https://nextjs.org/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedify/next",
|
|
3
|
-
"version": "2.3.0-dev.
|
|
3
|
+
"version": "2.3.0-dev.1214+0f808ac3",
|
|
4
4
|
"description": "Integrate Fedify with Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Fedify",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
],
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"next": ">=15.4.6 <17",
|
|
54
|
-
"@fedify/fedify": "^2.3.0-dev.
|
|
54
|
+
"@fedify/fedify": "^2.3.0-dev.1214+0f808ac3"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"tsdown": "^0.22.0",
|