This commit is contained in:
ArnoChen
2025-02-17 01:05:48 +08:00
parent c2a7079392
commit cf7c45b5dd
3 changed files with 1 additions and 3 deletions

View File

@@ -2,4 +2,4 @@ import { backendBaseUrl } from '@/lib/constants'
export default function ApiSite() {
return <iframe src={backendBaseUrl + '/docs'} className="size-full" />
}
}

View File

@@ -159,4 +159,3 @@ export default function RetrievalTesting() {
</div>
)
}

View File

@@ -73,4 +73,3 @@ export default function SiteHeader() {
</header>
)
}