Skip to content

Commit c5b78a3

Browse files
committed
🔧 Website deployment config
1 parent 3b38061 commit c5b78a3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

website/docusaurus.config.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
title: 'CodeshiftCommunity',
44
tagline: 'Codemods for everyone ✨',
55
url: 'https://your-docusaurus-test-site.com',
6-
baseUrl: '/CodeshiftCommunity/',
6+
baseUrl: '/',
77
onBrokenLinks: 'throw',
88
onBrokenMarkdownLinks: 'warn',
99
favicon: 'img/favicon.ico',
@@ -68,6 +68,11 @@ module.exports = {
6868
label: 'GitHub',
6969
href: 'https://github.com/CodeshiftCommunity/CodeshiftCommunity',
7070
},
71+
{
72+
label: 'Roadmap',
73+
href:
74+
'https://github.com/CodeshiftCommunity/CodeshiftCommunity/projects/1',
75+
},
7176
],
7277
},
7378
],
@@ -89,4 +94,10 @@ module.exports = {
8994
},
9095
],
9196
],
97+
scripts: [
98+
{
99+
src: 'https://cdn.splitbee.io/sb.js',
100+
async: true,
101+
},
102+
],
92103
};

0 commit comments

Comments
 (0)