Tweaks to the blog (#1544)
## Description - Fix incorrect URL - Truncate blog preview - Add some SEO optimizations ## Type of change - [x] 🐛 Bugfix - [x] 🗺️ Documentation
This commit is contained in:
parent
c6a0a6c8e4
commit
24a50b9e08
@ -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
|
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.
|
comes risk, business-critical data is at risk of loss or corruption, if not securely backed up and protected.
|
||||||
|
|
||||||
|
<!-- truncate -->
|
||||||
|
|
||||||
## The problem with built-in backups
|
## 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
|
A couple of years back I took the time to get the AWS ‘baby cert,’ their first certification. The focus of the
|
||||||
|
|||||||
@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
|
|||||||
const config = {
|
const config = {
|
||||||
title: 'Corso Documentation',
|
title: 'Corso Documentation',
|
||||||
tagline: 'Free, Secure, and Open-Source Backup for Microsoft 365',
|
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 || '/',
|
baseUrl: process.env.CORSO_DOCS_BASEURL || '/',
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
onBrokenMarkdownLinks: 'throw',
|
onBrokenMarkdownLinks: 'throw',
|
||||||
@ -50,6 +50,8 @@ const config = {
|
|||||||
},
|
},
|
||||||
blog: {
|
blog: {
|
||||||
showReadingTime: true,
|
showReadingTime: true,
|
||||||
|
blogTitle: 'Corso Blog',
|
||||||
|
blogDescription: 'Blog about Microsoft 365 protection, backup, and security',
|
||||||
},
|
},
|
||||||
sitemap: {
|
sitemap: {
|
||||||
ignorePatterns: ['/tags/**'],
|
ignorePatterns: ['/tags/**'],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user