We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd8ea0 commit db9e16fCopy full SHA for db9e16f
rspress.config.ts
@@ -3,7 +3,8 @@ import { defineConfig } from 'rspress/config';
3
4
export default defineConfig({
5
root: path.join(__dirname, 'docs'),
6
- title: 'My Site',
+ base: '/cpp-awesome-pack/', // For hosting to https://example.com/cpp-awesome-pack/
7
+ title: 'C/C++ Console Apps',
8
icon: '/rspress-icon.png',
9
logo: {
10
light: '/rspress-light-logo.png',
0 commit comments