Skip to content

Commit

Permalink
fix: trailing slash issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 15, 2024
1 parent 7e6765b commit e708797
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const config = {
title: "aelf docs",
tagline: "aelf documentation",
favicon: "img/favicon.ico",
trailingSlash: true,

// Set the production url of your site here
url: "https://learn.aelf.dev",
Expand Down Expand Up @@ -39,7 +40,7 @@ const config = {
customCss: require.resolve("./src/css/custom.css"),
},
gtag: {
trackingID: 'G-8DBGWWDN7W',
trackingID: "G-8DBGWWDN7W",
anonymizeIP: true,
},
}),
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.3"
"@docusaurus/module-type-aliases": "2.4.3",
"@docusaurus/types": "^2.4.3"
},
"browserslist": {
"production": [
Expand Down
5 changes: 4 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e708797

Please sign in to comment.