Skip to content

Commit

Permalink
docs: fix trailing slash (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ghtym0 authored Mar 13, 2024
1 parent 4f9d766 commit 97c2ece
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ async function createConfig() {
return {
title: 'Contrast',
tagline: 'Contrast: Confidential Containers at scale',
url: 'https://docs.edgeless.systems',
url: 'https://contrast-docs.edgeless.systems',
baseUrl: '/contrast/',
trailingSlash: false,
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
favicon: 'img/favicon.ico',
Expand Down

0 comments on commit 97c2ece

Please sign in to comment.