Skip to content

Commit

Permalink
Add OG image (#1097)
Browse files Browse the repository at this point in the history
* Add OG image

* Fix

* byebye
  • Loading branch information
ellie committed Jul 11, 2023
1 parent 58d53a6 commit 491433a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/blog/2023/07/07-new-encryption/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added docs/blog/2023/07/07-new-encryption/og.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
Binary file added docs/static/img/encryption-og.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 491433a

@vercel
Copy link

@vercel vercel bot commented on 491433a Jul 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

atuin – ./

atuin-ellieh.vercel.app
atuin.sh
atuin-git-main-ellieh.vercel.app

Please sign in to comment.