fix: generate correct paths after moving catch-all

This commit is contained in:
iCrawl
2022-11-30 04:26:40 +01:00
parent 4ae029dfe2
commit 8a39c14921
2 changed files with 10 additions and 18 deletions

View File

@@ -23,6 +23,7 @@ export default function Page() {
<Link
className="bg-blurple focus:ring-width-2 flex h-11 transform-gpu cursor-pointer select-none appearance-none flex-row place-items-center rounded border-0 px-6 text-base font-semibold leading-none text-white no-underline outline-0 focus:ring focus:ring-white active:translate-y-px"
href="/docs"
prefetch={false}
>
Docs
</Link>