Skip to content

Commit 64fffb8

Browse files
committed
Update docusaurus.config.js
1 parent dad691c commit 64fffb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const config = {
3131
projectName: 'ABCD-DEVCOM.github.io', // Usually your repo name.
3232
deploymentBranch: 'gh-pages', // Branch onde o site estático ficará (padrão)
3333
trailingSlash: false, // Recomendado pelo GitHub Pages
34-
onBrokenLinks: 'throw',
34+
onBrokenLinks: 'warn',
3535
onBrokenMarkdownLinks: 'warn',
3636

3737
// Even if you don't use internationalization, you can use this field to set
@@ -137,7 +137,7 @@ const config = {
137137
items: [
138138
{
139139
label: 'Tutorial',
140-
to: '/category/tutorials',
140+
to: '/docs/3.1/category/tutorials',
141141
},
142142
],
143143
},

0 commit comments

Comments
 (0)