Skip to content

Commit 24ef5d1

Browse files
committed
fix docuilib configuration for deploy
1 parent bf1d634 commit 24ef5d1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docuilib/docusaurus.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
77
module.exports = {
88
title: 'RNUILib',
99
tagline: 'React Native UI Lib',
10-
url: 'https://github.com/wix/react-native-ui-lib',
11-
baseUrl: '/',
10+
url: 'https://wix.github.io',
11+
baseUrl: '/react-native-ui-lib/',
1212
onBrokenLinks: 'throw',
1313
onBrokenMarkdownLinks: 'warn',
1414
favicon: 'img/favicon.ico',
1515
organizationName: 'wix', // Usually your GitHub org/user name.
1616
projectName: 'react-native-ui-lib', // Usually your repo name.
17+
trailingSlash: false,
1718
customFields: {
1819
expoSnackLink: 'https://snack.expo.io/@ethanshar/rnuilib_snack?platform=ios&supportedPlatforms=ios,android',
1920
stars: '3.8'

0 commit comments

Comments
 (0)