Skip to content

Commit

Permalink
fix baseUrl for docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Jan 16, 2024
1 parent 3c79234 commit da4fc82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const config = {
title: 'Tezos K8s',
tagline: 'Deploy a Tezos Blockchain on Kubernetes',
url: 'https://tezos-k8s.xyz',
baseUrl: '/',
url: 'https://tacoinfra.github.io/tezos-k8s/',
baseUrl: '/tezos-k8s/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
Expand Down

0 comments on commit da4fc82

Please sign in to comment.