We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d92f0b commit 90147f2Copy full SHA for 90147f2
docs/.vitepress/config.js
@@ -4,7 +4,8 @@ export default {
4
description: 'The WebRTC module for React Native',
5
outDir: '../build',
6
base: '/handbook/',
7
- cleanUrls: 'with-subfolders',
+ ignoreDeadLinks: true,
8
+ cleanUrls: 'disabled',
9
head: [
10
[
11
'meta',
0 commit comments