Skip to content

Commit f806163

Browse files
committed
📄 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

+3
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)