Merge pull request #720 from btat/site-url

Use HTTPS for site url
This commit is contained in:
Billy Tat
2023-07-03 13:03:48 -07:00
committed by GitHub

View File

@@ -3,7 +3,7 @@
module.exports = {
title: 'Rancher',
tagline: '',
url: 'http://ranchermanager.docs.rancher.com/',
url: 'https://ranchermanager.docs.rancher.com/',
baseUrl: '/',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',