Skip to content

Commit d9ca6d7

Browse files
committed
fix: set correct base
1 parent 189ea80 commit d9ca6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rspress.config.ts

+1-1
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: '/react-native-testing-library/',
6+
base: '/react-native-bottom-tabs/',
77
title: 'Native Bottom Tabs',
88
description: 'React Native Bottom Tabs Documentation',
99
themeConfig: {

0 commit comments

Comments
 (0)