Skip to content

Commit 189ea80

Browse files
committed
fix: set base, update readme
1 parent 584672c commit 189ea80

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ https://github.com/user-attachments/assets/fbdd9ce2-f4b9-4d0c-bd91-2e62bb422d69
1313

1414
## Documentation
1515

16-
The full documentation can be found on our [website]().
16+
The full documentation can be found on our [website](https://okwasniewski.github.io/react-native-bottom-tabs/).
1717

1818
## Contributing
1919

docs/rspress.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { defineConfig } from 'rspress/config';
33

44
export default defineConfig({
55
root: path.join(__dirname, 'docs'),
6+
base: '/react-native-testing-library/',
67
title: 'Native Bottom Tabs',
78
description: 'React Native Bottom Tabs Documentation',
89
themeConfig: {

0 commit comments

Comments
 (0)