Skip to content

Commit

Permalink
fix: set base, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Oct 16, 2024
1 parent 584672c commit 189ea80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ https://github.com/user-attachments/assets/fbdd9ce2-f4b9-4d0c-bd91-2e62bb422d69

## Documentation

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

## Contributing

Expand Down
1 change: 1 addition & 0 deletions docs/rspress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { defineConfig } from 'rspress/config';

export default defineConfig({
root: path.join(__dirname, 'docs'),
base: '/react-native-testing-library/',
title: 'Native Bottom Tabs',
description: 'React Native Bottom Tabs Documentation',
themeConfig: {
Expand Down

0 comments on commit 189ea80

Please sign in to comment.