Skip to content

Commit 87d0fec

Browse files
darthezMaciej Rys
andauthored
docs: added trailing slashes to urls to fix seo indexing (#161)
## Description <!-- Provide a concise and descriptive summary of the changes implemented in this PR. --> ### Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] Documentation update (improves or adds clarity to existing documentation) ### Tested on - [ ] iOS - [ ] Android ### Testing instructions <!-- Provide step-by-step instructions on how to test your changes. Include setup details if necessary. --> ### Screenshots <!-- Add screenshots here, if applicable --> ### Related issues <!-- Link related issues here using #issue-number --> ### Checklist - [x] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have updated the documentation accordingly - [ ] My changes generate no new warnings ### Additional notes <!-- Include any additional information, assumptions, or context that reviewers might need to understand this PR. --> Co-authored-by: Maciej Rys <maciej.rys@swmansioncom>
1 parent 046e769 commit 87d0fec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const config = {
1212

1313
baseUrl: '/react-native-executorch/',
1414

15-
trailingSlash: true,
15+
trailingSlash: false,
1616

1717
organizationName: 'software-mansion',
1818
projectName: 'react-native-executorch',

0 commit comments

Comments
 (0)