Skip to content

Commit

Permalink
fix: attempted to rename /docs to /24T3
Browse files Browse the repository at this point in the history
  • Loading branch information
nktnet1 committed Sep 6, 2024
1 parent f9cd0c8 commit b75d518
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ yarn-error.log*
# others
.env*.local
.vercel
next-env.d.ts
next-env.d.ts
4 changes: 2 additions & 2 deletions app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ export default function HomePage() {
<p className="text-fd-muted-foreground">
You can open{' '}
<Link
href="/docs"
href="/24T3"
className="text-fd-foreground font-semibold underline"
>
/docs
/24T3
</Link>{' '}
and see the documentation.
</p>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion app/layout.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const baseOptions: HomeLayoutProps = {
links: [
{
text: 'Documentation',
url: '/docs',
url: '/24T3',
active: 'nested-url',
},
],
Expand Down
2 changes: 1 addition & 1 deletion app/source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { createMDXSource } from 'fumadocs-mdx';
import { loader } from 'fumadocs-core/source';

export const source = loader({
baseUrl: '/docs',
baseUrl: '/24T3',
source: createMDXSource(docs, meta),
});
File renamed without changes.
File renamed without changes.

0 comments on commit b75d518

Please sign in to comment.