mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-10 08:08:16 -05:00
chore: customize docusaurus title (#6560)
This commit is contained in:
14
docs/src/theme/Layout/index.js
Normal file
14
docs/src/theme/Layout/index.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import React from 'react';
|
||||
import Head from '@docusaurus/Head';
|
||||
import Layout from '@theme-original/Layout';
|
||||
|
||||
export default function LayoutWrapper(props) {
|
||||
return (
|
||||
<>
|
||||
<Layout {...props} />
|
||||
<Head>
|
||||
<title>Lodestar Documentation</title>
|
||||
</Head>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user