Files

9 lines
153 B
Markdown
Raw Permalink Normal View History

2026-06-15 16:20:00 +02:00
---
layout: false
---
<script setup>
import { onMounted } from 'vue'
onMounted(() => window.location.replace('/getting-started/quick-start'))
</script>