mirror of
https://github.com/trycua/computer.git
synced 2026-02-17 20:10:07 -06:00
Modify baseUrl in fumadocs settings
This commit is contained in:
@@ -43,7 +43,7 @@ export async function getApiVersions(
|
||||
// See https://fumadocs.vercel.app/docs/headless/source-api for more info
|
||||
export const source = loader({
|
||||
// it assigns a URL to your pages
|
||||
baseUrl: '/docs',
|
||||
baseUrl: '/',
|
||||
source: docs.toFumadocsSource(),
|
||||
icon(icon) {
|
||||
if (!icon) return;
|
||||
|
||||
Reference in New Issue
Block a user