Skip to content

Commit 91ebd0d

Browse files
authored
Merge pull request #22 from hactazia/fumadocs
fix: Update repository links
2 parents 14a8e5e + 263fa8f commit 91ebd0d

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

content/docs/contributing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ Standard Markdown is supported, along with extended features:
4545

4646
1. **Fork the Repository**
4747

48-
Fork the [BasisDocs repository](https://github.com/hactazia/basis-docs) on GitHub.
48+
Fork the [BasisDocs repository](https://github.com/hactazia/) on GitHub.
4949

5050
2. **Clone Your Fork**
5151

5252
```bash
53-
git clone https://github.com/YOUR_USERNAME/basis-docs.git
53+
git clone https://github.com/YOUR_USERNAME/.git
5454
cd basis-docs
5555
```
5656

next.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const withMDX = createMDX();
66
const config = {
77
reactStrictMode: true,
88
output: 'export',
9-
basePath: '/basis-docs',
109
images: {
1110
unoptimized: true,
1211
},

src/lib/layout.shared.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export function baseOptions(): BaseLayoutProps {
88
<div className="flex items-center gap-2">
99
<Image
1010
id="logo"
11-
src="/basis-docs/img/BasisLogoSmall.png"
11+
src="/img/BasisLogoSmall.png"
1212
alt="BasisVR Logo"
1313
width={32}
1414
height={32}

0 commit comments

Comments
 (0)