Skip to content

Commit

Permalink
Merge pull request #817 from orkes-io/hreflang-issue
Browse files Browse the repository at this point in the history
HrefLang issue due to missing trailingSlash
  • Loading branch information
pablocubico authored Dec 10, 2024
2 parents 3a65ff8 + 5f16536 commit 02915eb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const config = {
favicon: "https://orkes.io/icons/icon-144x144.png",
organizationName: "orkes-io", // Usually your GitHub org/user name.
projectName: "docs", // Usually your repo name.
trailingSlash: false,
trailingSlash: true,
scripts: [
"https://www.googletagmanager.com/gtag/js?id=G-4400JPTLRF",
{
Expand All @@ -39,7 +39,12 @@ const config = {
[
"@docusaurus/plugin-client-redirects",
{
redirects: [],
redirects: [
{
from: baseUrlName,
to: baseUrlName + "/",
},
],
},
],
[
Expand Down

0 comments on commit 02915eb

Please sign in to comment.