Skip to content

Commit ba3dbcc

Browse files
committed
fix config
1 parent 5192bb7 commit ba3dbcc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docusaurus.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ const config = {
5757
sidebarPath: "./sidebars.js",
5858
// Please change this to your repo.
5959
// Remove this to remove the "edit this page" links.
60-
editUrl: "https://github.com/codeshelldev/secured-signal-api/tree/docs",
60+
editUrl:
61+
"https://github.com/codeshelldev/secured-signal-api/tree/docs",
6162
beforeDefaultRemarkPlugins: [
6263
require("remark-github-admonitions-to-directives"),
6364
],
@@ -129,7 +130,7 @@ const config = {
129130
],
130131
},
131132
],
132-
copyright: `Copyright © ${new Date().getFullYear() Secured Signal API. Built with Docusaurus.`,
133+
copyright: `Copyright © ${new Date().getFullYear()} Secured Signal API. Built with Docusaurus.`,
133134
},
134135
prism: {
135136
theme: prismThemes.github,

0 commit comments

Comments
 (0)