Skip to content

Commit

Permalink
docs: add open graph image
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay committed Jul 18, 2020
1 parent f1ba13a commit 736b4ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Binary file modified logo/logo.sketch
Binary file not shown.
2 changes: 1 addition & 1 deletion website/i18n/en.json
Expand Up @@ -3,7 +3,7 @@
"localized-strings": {
"next": "Next",
"previous": "Previous",
"tagline": "Secure, Modular Authentication for Node.js",
"tagline": "Open source security libraries for node.js",
"cookie-session": "Cookie Session",
"cookie": "Cookie",
"csrf-protection": "CSRF Protection",
Expand Down
5 changes: 3 additions & 2 deletions website/siteConfig.js
Expand Up @@ -22,10 +22,11 @@ const users = [

const siteConfig = {
title: 'authentication' /* title for your website */,
tagline: 'Secure, Modular Authentication for Node.js',
url: 'https://facebook.github.io' /* your website url */,
tagline: 'Open source security libraries for node.js',
url: 'https://atauthentication.com' /* your website url */,
baseUrl: '/' /* base url for your project */,
projectName: 'authentication',
ogImage: 'img/ogImage.png',
headerLinks: [
{doc: 'getting-started', label: 'Docs'},
// {doc: 'doc4', label: 'API'},
Expand Down
Binary file added website/static/img/ogImage.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 736b4ef

Please sign in to comment.