Skip to content

Commit f71859d

Browse files
committed
add blog to footer
1 parent 387b7a0 commit f71859d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,6 @@ const config = {
167167
href: 'https://github.com/cypress-io/cypress/discussions',
168168
},
169169
// {
170-
// label: 'Cypress Blog',
171-
// href: 'https://www.cypress.io/blog',
172-
// },
173-
// {
174170
// label: 'Cypress Ambassadors',
175171
// href: 'https://www.cypress.io/ambassadors',
176172
// },
@@ -212,6 +208,10 @@ const config = {
212208
label: 'About',
213209
href: 'https://www.cypress.io/about-us',
214210
},
211+
{
212+
label: 'Cypress Blog',
213+
href: 'https://www.cypress.io/blog',
214+
},
215215
{
216216
label: 'Careers',
217217
href: 'https://www.cypress.io/careers',

0 commit comments

Comments
 (0)