Skip to content

Commit db9e16f

Browse files
committed
Update config
1 parent 5bd8ea0 commit db9e16f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rspress.config.ts

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

44
export default defineConfig({
55
root: path.join(__dirname, 'docs'),
6-
title: 'My Site',
6+
base: '/cpp-awesome-pack/', // For hosting to https://example.com/cpp-awesome-pack/
7+
title: 'C/C++ Console Apps',
78
icon: '/rspress-icon.png',
89
logo: {
910
light: '/rspress-light-logo.png',

0 commit comments

Comments
 (0)