Skip to content

Commit

Permalink
Remove static title metadata (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoscky authored May 21, 2024
1 parent 7c9dd4c commit c0f23f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
hideableSidebar: true,
metadatas: [
{name: 'twitter:description', content: "A collection of articles and papers from Flashbots."},
],
metadatas: [],
image: 'img/tw-card.jpg',
navbar: {
title: "Flashbots",
Expand Down

0 comments on commit c0f23f6

Please sign in to comment.