We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8da25a commit 8af9b98Copy full SHA for 8af9b98
website/docusaurus.config.js
@@ -32,10 +32,6 @@ const config = {
32
REACT_APP_PUBLIC_POSTHOG_KEY: process.env.REACT_APP_PUBLIC_POSTHOG_KEY,
33
REACT_APP_PUBLIC_POSTHOG_HOST: process.env.REACT_APP_PUBLIC_POSTHOG_HOST,
34
},
35
- // Optimize build performance
36
- future: {
37
- experimental_faster: true,
38
- },
39
themes: ['@saucelabs/theme-github-codeblock', '@docusaurus/theme-mermaid'],
40
onBrokenLinks: 'throw',
41
onBrokenMarkdownLinks: 'throw',
@@ -52,8 +48,6 @@ const config = {
52
48
path: '../docs',
53
49
sidebarPath: './sidebars.js',
54
50
routeBasePath: '/',
55
56
- exclude: ['**/node_modules/**'],
57
51
58
sitemap: {
59
changefreq: 'weekly',
0 commit comments