Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f806163

Browse files
committedDec 5, 2024··
📄 Add copyright notice in Docusaurus
1 parent ad4b550 commit f806163

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎docusaurus.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@ const config: Config = {
220220
// Optional: path for search page that enabled by default (`false` to disable it)
221221
searchPagePath: "search",
222222
},
223+
footer: {
224+
copyright: "Copyright 2024 CodeRabbit",
225+
},
223226
} satisfies Preset.ThemeConfig,
224227
}
225228

0 commit comments

Comments
 (0)
Please sign in to comment.