File tree Expand file tree Collapse file tree 3 files changed +188
-207
lines changed Expand file tree Collapse file tree 3 files changed +188
-207
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ module.exports = {
4
4
tagline : 'Trading Unleashed' ,
5
5
url : 'https://dev.tdex.network' ,
6
6
baseUrl : '/' ,
7
+ trailingSlash : true ,
7
8
onBrokenLinks : 'throw' ,
8
9
onBrokenMarkdownLinks : 'warn' ,
9
10
favicon : 'img/favicon.png' ,
@@ -128,7 +129,6 @@ module.exports = {
128
129
sitemap : {
129
130
changefreq : 'weekly' ,
130
131
priority : 0.5 ,
131
- trailingSlash : true ,
132
132
} ,
133
133
theme : {
134
134
customCss : require . resolve ( './src/css/custom.scss' ) ,
Original file line number Diff line number Diff line change 14
14
"write-heading-ids" : " docusaurus write-heading-ids"
15
15
},
16
16
"dependencies" : {
17
- "@docusaurus/core" : " ^ 2.0.0-beta.6 " ,
18
- "@docusaurus/preset-classic" : " ^ 2.0.0-beta.6 " ,
17
+ "@docusaurus/core" : " 2.0.1 " ,
18
+ "@docusaurus/preset-classic" : " 2.0.1 " ,
19
19
"@mdx-js/react" : " ^1.6.22" ,
20
20
"clsx" : " ^1.1.1" ,
21
21
"docusaurus-plugin-sass" : " ^0.2.1" ,
You can’t perform that action at this time.
0 commit comments