Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jun 30, 2024
1 parent 508a3ec commit 1879e12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/app/source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import { createMDXSource } from 'fumadocs-mdx';
import { loader } from 'fumadocs-core/source';

const dirnameParts = __dirname.split('/');
const docsDir = dirnameParts.slice(0, dirnameParts.indexOf('docs') + 1).join('/');
const docsDir = dirnameParts
.slice(0, dirnameParts.indexOf('docs') + 1)
.join('/');
const contentDir = join(docsDir, 'content');

export const loaders: Map<
Expand Down

0 comments on commit 1879e12

Please sign in to comment.