Remake the home page.

This commit is contained in:
yuanhau 2025-05-13 14:14:50 +08:00
parent 5a585ddf7c
commit 34a0868b26
6 changed files with 72 additions and 7 deletions

4
pages/docs/[slug].vue Normal file
View file

@ -0,0 +1,4 @@
<template>
<div class="h-[200px]"></div>
<h1 class="text-4xl text-center align-middle">Documentation is currently not available.</h1>
</template>