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 ce47e31 commit cf87cfeCopy full SHA for cf87cfe
rspress.config.ts
@@ -3,7 +3,7 @@ import { defineConfig } from 'rspress/config';
3
4
export default defineConfig({
5
root: path.join(__dirname, 'docs'),
6
- title: 'My Site',
+ title: 'miso-lynx',
7
icon: '/rspress-icon.png',
8
logo: {
9
light: '/rspress-light-logo.png',
@@ -14,7 +14,7 @@ export default defineConfig({
14
{
15
icon: 'github',
16
mode: 'link',
17
- content: 'https://github.com/web-infra-dev/rspress',
+ content: 'https://github.com/haskell-miso/miso-lynx',
18
},
19
],
20
0 commit comments