From 189ea80119228cb3b86ae79ada8b2cb239d6aa0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Kwas=CC=81niewski?= Date: Wed, 16 Oct 2024 19:06:34 +0200 Subject: [PATCH] fix: set base, update readme --- README.md | 2 +- docs/rspress.config.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42a4ad4..7f00c91 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/rspress.config.ts b/docs/rspress.config.ts index ac2b49b..5c35b72 100644 --- a/docs/rspress.config.ts +++ b/docs/rspress.config.ts @@ -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: {