Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
change cover url
Browse files Browse the repository at this point in the history
  • Loading branch information
Masha1996 committed Jan 18, 2022
1 parent f15e808 commit dbf9204
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
metadata: [{name: 'twitter:image', content: 'img/cover.png'}],
navbar: {
title: '1inch Network Docs',
logo: {
Expand Down
6 changes: 3 additions & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import HomepageFooter from '../components/homepage-footer/HomepageFooter';
import HomePageBackgroundImage from '../../static/img/logo-background.svg'
import Layout from '@theme/Layout';
import Head from "@docusaurus/core/lib/client/exports/Head";
import Cover from '../../static/img/cover.png';
import useBaseUrl from "@docusaurus/core/lib/client/exports/useBaseUrl";

function HomepageHeader() {
return (
Expand All @@ -25,13 +25,13 @@ export default function Home() {
<meta property="og:title" content="1inch Network | Leading high capital efficient DeFi protocol" />
<meta property="og:description" content="The 1inch Network unites decentralized protocols whose synergy enables the most lucrative, fastest and protected operations in the DeFi space." />
<meta property="og:url" content="https://docs.1inch.io/" />
<meta property="og:image" content={Cover} />
<meta property="og:image" content="https://docs.1inch.io/img/cover.png" />
<meta property="og:site_name" content="1inch Network Docs" />
<meta property="og:type" content="website" />
<meta property="twitter:title" content="1inch Network | Leading high capital efficient DeFi protocols" />
<meta name="twitter:description" content="The 1inch Network unites decentralized protocols whose synergy enables the most lucrative, fastest and protected operations in the DeFi space." />
<meta name="twitter:image:alt" content="1inch Network | Leading high capital efficient DeFi protocols" />
<meta name="twitter:image" content={Cover} />
<meta name="twitter:image" content="https://docs.1inch.io/img/cover.png" />
<meta name="twitter:site" content="@1inchNetwork" />
<meta name="twitter:card" content="summary_large_image" />
</Head>
Expand Down

0 comments on commit dbf9204

Please sign in to comment.