Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 07cc6ed

Browse files
committed
Update docusaurus config for deployment
1 parent faf06a7 commit 07cc6ed

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

docs/docusaurus.config.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ const config = {
1818
// If you aren't using GitHub pages, you don't need these.
1919
organizationName: 'axelrindle', // Usually your GitHub org/user name.
2020
projectName: 'github-version-checker', // Usually your repo name.
21+
deploymentBranch: 'main',
22+
trailingSlash: true,
2123

2224
// Even if you don't use internalization, you can use this field to set useful
2325
// metadata like html lang. For example, if your site is Chinese, you may want
@@ -48,7 +50,12 @@ const config = {
4850
],
4951

5052
plugins: [
51-
require.resolve('@cmfcmf/docusaurus-search-local'),
53+
[
54+
'@cmfcmf/docusaurus-search-local',
55+
{
56+
indexBlog: false
57+
}
58+
],
5259
[
5360
'@docusaurus/plugin-content-docs',
5461
{

0 commit comments

Comments
 (0)