Skip to content

Commit

Permalink
fix: <link canonical> now has a trailing slash (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
GauBen authored Aug 21, 2024
1 parent b0f1baf commit 149f410
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions services/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ const config = {
tagline: 'The missing Node GraphQL security security layer',
url: 'https://escape.tech',
baseUrl: '/graphql-armor/',
onBrokenLinks: 'throw',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.png',
trailingSlash: true,

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand All @@ -36,13 +37,13 @@ const config = {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
editUrl: 'https://github.com/Escape-Technologies/graphql-armor/blob/main/services/docs/',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
editUrl: 'https://github.com/Escape-Technologies/graphql-armor/blob/main/services/docs/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down

0 comments on commit 149f410

Please sign in to comment.