Skip to content

Commit 22af960

Browse files
authored
fix: saving-loading meta info (#376)
1 parent f3217e6 commit 22af960

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/website/docs/examples/saving-loading.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Alert Block
3-
description: In this example, we create a custom Alert block which is used to emphasize text.
4-
imageTitle: Alert Block
5-
path: /examples/alert-block
2+
title: Saving & Loading
3+
description: In this example, we save the editor contents to local storage whenever a change is made, and load the saved contents when the editor is created.
4+
imageTitle: Saving & Loading
5+
path: /examples/saving-loading
66
---
77

88
<script setup>
@@ -56,4 +56,4 @@ export default function App() {
5656
{{ getStyles(isDark) }}
5757
```
5858

59-
:::
59+
:::

0 commit comments

Comments
 (0)