Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/2022-09-13-port.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Loading