Skip to content

Commit 51a55af

Browse files
committed
Fix docs
1 parent 8db5646 commit 51a55af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ hero:
1111
link: /guide/
1212
- theme: alt
1313
text: GitHub
14-
link: https://github.com/junian/cpp-awesome-pack/
14+
link: https://github.com/junian/cpp-console-apps/
1515
image:
1616
src: /rspress-icon.png
1717
alt: Logo

rspress.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { defineConfig } from 'rspress/config';
33

44
export default defineConfig({
55
root: path.join(__dirname, 'docs'),
6-
base: '/cpp-awesome-pack/', // For hosting to https://example.com/cpp-awesome-pack/
6+
base: '/cpp-console-apps/', // For hosting to https://example.com/cpp-console-apps/
77
title: 'C/C++ Console Apps',
88
icon: '/rspress-icon.png',
99
logo: {
@@ -15,7 +15,7 @@ export default defineConfig({
1515
{
1616
icon: 'github',
1717
mode: 'link',
18-
content: 'https://github.com/junian/cpp-awesome-pack/',
18+
content: 'https://github.com/junian/cpp-console-apps/',
1919
},
2020
],
2121
},

0 commit comments

Comments
 (0)