We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8310a48 commit 96835a2Copy full SHA for 96835a2
1 file changed
rspress.config.ts
@@ -11,7 +11,7 @@ export default defineConfig({
11
light: '/rspress-light-logo.png',
12
dark: '/rspress-dark-logo.png',
13
},
14
- base: '/ask-design-react-native',
+ base: '/ask-design',
15
lang: 'cn',
16
themeConfig: {
17
socialLinks: [
@@ -46,7 +46,7 @@ export default defineConfig({
46
plugins: [
47
ghpages({
48
repo: 'https://github.com/minjie-lock/react-native.ask-desigin.github.io',
49
- branch: 'docs',
+ branch: 'main',
50
}),
51
]
52
});
0 commit comments