diff --git a/blog/2022-09-13-port.mdx b/blog/2022-09-13-port.mdx index 1738d3f..22ae615 100644 --- a/blog/2022-09-13-port.mdx +++ b/blog/2022-09-13-port.mdx @@ -9,7 +9,7 @@ Previously we have written our docs in REsT and hosted them on [Read the Docs](h As our tech stack diverges from Python and to ease maintenance, we move them over to Docusaurus. :::info -The new url is **[21torr-docs.fly.dev](https://21torr-docs.fly.dev/)**. +The new url is **[21torr-docs.pages.dev](https://21torr-docs.pages.dev/)**. ::: Code + docs are hosted [on Github](https://github.com/21TORR/docs). diff --git a/docusaurus.config.js b/docusaurus.config.js index 73dc65f..1129fab 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -7,7 +7,7 @@ const {themes} = require('prism-react-renderer'); const config = { title: '21TORR Docs', tagline: 'The documentation for all our tools', - url: 'https://21torr-docs.fly.dev/', + url: 'https://21torr-docs.pages.dev/', baseUrl: '/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'throw',