Skip to content

Commit 8af9b98

Browse files
committed
feat: add script to include .md files in build
1 parent e8da25a commit 8af9b98

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

website/docusaurus.config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ const config = {
3232
REACT_APP_PUBLIC_POSTHOG_KEY: process.env.REACT_APP_PUBLIC_POSTHOG_KEY,
3333
REACT_APP_PUBLIC_POSTHOG_HOST: process.env.REACT_APP_PUBLIC_POSTHOG_HOST,
3434
},
35-
// Optimize build performance
36-
future: {
37-
experimental_faster: true,
38-
},
3935
themes: ['@saucelabs/theme-github-codeblock', '@docusaurus/theme-mermaid'],
4036
onBrokenLinks: 'throw',
4137
onBrokenMarkdownLinks: 'throw',
@@ -52,8 +48,6 @@ const config = {
5248
path: '../docs',
5349
sidebarPath: './sidebars.js',
5450
routeBasePath: '/',
55-
// Optimize build performance
56-
exclude: ['**/node_modules/**'],
5751
},
5852
sitemap: {
5953
changefreq: 'weekly',

0 commit comments

Comments
 (0)