Files
ui/docs/pages/index.vue
Benjamin Canac 6da0db0113 feat: rewrite to use app config and rework docs (#143)
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Sébastien Chopin <seb@nuxt.com>
2023-05-04 14:49:19 +02:00

8 lines
119 B
Vue

<template>
<div />
</template>
<script setup lang="ts">
await navigateTo('/getting-started/installation')
</script>