From 24a50b9e08a9f6354a5b3832ccfb862d0a919f5f Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Thu, 17 Nov 2022 00:20:49 -0800 Subject: [PATCH] Tweaks to the blog (#1544) ## Description - Fix incorrect URL - Truncate blog preview - Add some SEO optimizations ## Type of change - [x] :bug: Bugfix - [x] :world_map: Documentation --- ...-11-16-corso-announcement-free-backup-for-microsoft-365.md | 2 ++ docs/docusaurus.config.js | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/blog/2022-11-16-corso-announcement-free-backup-for-microsoft-365.md b/docs/blog/2022-11-16-corso-announcement-free-backup-for-microsoft-365.md index 8e9ce277b..e699b4685 100644 --- a/docs/blog/2022-11-16-corso-announcement-free-backup-for-microsoft-365.md +++ b/docs/blog/2022-11-16-corso-announcement-free-backup-for-microsoft-365.md @@ -14,6 +14,8 @@ If you did some work today, there’s a very good chance you opened a Microsoft companies worldwide, and nearly 880,000 companies in the U.S. use the software suite. But with that widespread usage comes risk, business-critical data is at risk of loss or corruption, if not securely backed up and protected. + + ## The problem with built-in backups A couple of years back I took the time to get the AWS ‘baby cert,’ their first certification. The focus of the diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 8b1e1b32c..0171777ad 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); const config = { title: 'Corso Documentation', tagline: 'Free, Secure, and Open-Source Backup for Microsoft 365', - url: 'https://corsobackup.io', + url: 'https://docs.corsobackup.io', baseUrl: process.env.CORSO_DOCS_BASEURL || '/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'throw', @@ -50,6 +50,8 @@ const config = { }, blog: { showReadingTime: true, + blogTitle: 'Corso Blog', + blogDescription: 'Blog about Microsoft 365 protection, backup, and security', }, sitemap: { ignorePatterns: ['/tags/**'],