Skip to content

Commit

Permalink
migrate website to own domain
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem authored Jan 16, 2024
1 parent a3a4959 commit 0741be9
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://tacoinfra.github.io/',
baseUrl: '/tezos-k8s/',
url: 'https://tezos-k8s.io/',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
Expand Down

0 comments on commit 0741be9

Please sign in to comment.