Add OG image (#1097)

* Add OG image

* Fix

* byebye
This commit is contained in:
Ellie Huxtable 2023-07-11 12:28:48 +01:00 committed by GitHub
parent 58d53a662f
commit 491433afd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,11 @@ authors: [conrad]
tags: [insights]
---
<head>
<meta data-rh="true" property="og:image" content="https://atuin.sh/img/encryption-og.jpg" />
<meta data-rh="true" property="twitter:image" content="https://atuin.sh/img/encryption-og.jpg" />
</head>
End-to-end encryption is an essential component of Atuin.
One of our core philosophies, when we created the sync service, was that
we didn't want to worry about storing user data. The shell is a very

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

View File

@ -64,7 +64,6 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
navbar: {
title: '🐢 Atuin',
items: [

BIN
docs/static/img/encryption-og.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB