Skip to content

Commit bee26d5

Browse files
committed
chore: build
1 parent 6089cd7 commit bee26d5

File tree

5 files changed

+75
-74
lines changed

5 files changed

+75
-74
lines changed

next-env.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference types="next/navigation-types/compat/navigation" />
34

45
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
6+
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.

pages/docs/tutorial/tips.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ doc.import(docB.export({ mode: "update" }));
8383
- If possible, initialize all child containers during the map container's initialization
8484
- Avoid concurrent creation of child containers with the same key in the map container to prevent overwrites
8585
2. If it's impossible to initialize all child containers when the map container is initialized, prefer initializing them at the root level rather than as nested containers. - You can use `doc.getMap("user." + userId)` instead of `doc.getMap("user").getOrCreateContainer(userId, new LoroMap())` to avoid this problem.
86-
</details>
86+
</details>
8787

8888
---
8989

public/blog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Loro Blog</title>
55
<link>https://loro.dev/blog/</link>
66
<description>Updates and stories from the Loro team.</description>
7-
<lastBuildDate>Tue, 18 Nov 2025 23:55:06 GMT</lastBuildDate>
7+
<lastBuildDate>Thu, 18 Dec 2025 02:29:56 GMT</lastBuildDate>
88
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
99
<generator>https://github.com/jpmonette/feed</generator>
1010
<item>

public/changelog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Loro Changelog</title>
55
<link>https://loro.dev/changelog/</link>
66
<description>Changelog of Loro CRDT.</description>
7-
<lastBuildDate>Tue, 18 Nov 2025 23:55:06 GMT</lastBuildDate>
7+
<lastBuildDate>Thu, 18 Dec 2025 02:29:56 GMT</lastBuildDate>
88
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
99
<generator>https://github.com/jpmonette/feed</generator>
1010
<item>

0 commit comments

Comments
 (0)