Skip to content

Commit 798874e

Browse files
committed
changed baseUrl to / from /gh-templates
Signed-off-by: rafaeljohn9 <[email protected]>
1 parent 9a1171d commit 798874e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "gh-templates"
4-
version = "0.1.34"
4+
version = "0.1.35"
55
edition = "2021"
66
authors = ["John Kagunda [email protected]"]
77
description = "A template project for GitHub-related utilities."

docs/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const config: Config = {
1414

1515
// Production URL (GitHub Pages URL)
1616
url: 'https://rafaeljohn9.github.io', // Your GitHub Pages URL
17-
baseUrl: '/gh-templates/', // Project repo name as base path
17+
baseUrl: '/', // Project repo name as base path
1818

1919
// GitHub Pages deployment settings
2020
organizationName: 'rafaeljohn9', // GitHub username

0 commit comments

Comments
 (0)