correct the zrok site canonical url in Docusaurus confg

This commit is contained in:
Kenneth Bingham 2023-02-10 21:15:54 -05:00
parent f185959bef
commit ab84c95c52
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -9,7 +9,7 @@ const config = {
title: 'Zrok',
staticDirectories: ['static', '../docs/images'],
tagline: 'Globally distributed reverse proxy',
url: 'https://zrok.io',
url: 'https://docs.zrok.io',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',