Skip to content

Commit 7f8ff62

Browse files
committed
Fix prerenderer error
1 parent 1f70cec commit 7f8ff62

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pages/index.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@
6767
</gvd-page-wrapper>
6868
</template>
6969

70-
<script setup>
70+
<script setup lang="ts">
7171
import { NuxtLink } from '#components';
72+
definePageMeta({
73+
documentDriven: {
74+
page: false,
75+
surround: false
76+
}
77+
})
7278
</script>

0 commit comments

Comments
 (0)