---
layout: false
<script setup>
import { onMounted } from 'vue'
onMounted(() => window.location.replace('/getting-started/quick-start'))
</script>