Skip to content

Commit 850e58b

Browse files
committed
fix vitepress build
1 parent 4389d9b commit 850e58b

File tree

4 files changed

+5
-35
lines changed

4 files changed

+5
-35
lines changed

docs/api-overview/other/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebarDepth: 0
33
---
44
<script setup>
5-
import ApiHeader from '../.vitepress/components/ApiHeader.vue';
5+
import ApiHeader from '../../.vitepress/components/ApiHeader.vue';
66
</script>
77

88
## Utils

docs/api-overview/ssr-utils/index.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

docs/ssr-support/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ setup() {
131131

132132
You can also solve this problem by using a custom caching solution with VueX, Pinia or other centralized store with SSR support. These stores save state created on the server into a `<script>` in HTML which is then picked up and used on the client side:
133133

134-
- [Saving data to store with tasks](/examples/store)
134+
- [Saving data to store with tasks](/examples/store/)
135135

136136
## Performing tasks on the client side only
137137

docs/tasks-instances/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
sidebarDepth: 0
33
---
4+
<script setup>
5+
import TaskProvider from '../.vitepress/components/TaskProvider.vue';
6+
</script>
47

58
# Tasks and Task Instances
69

0 commit comments

Comments
 (0)