mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-06 12:52:31 +02:00
chore: bump dev dependencies (#1955)
* chore: bump devdeps * upd infima url
This commit is contained in:
parent
72792a1e5c
commit
3be2e86546
18 changed files with 505 additions and 497 deletions
|
@ -37,7 +37,7 @@ function Layout(props) {
|
|||
const metaImageUrl = siteUrl + useBaseUrl(metaImage);
|
||||
const faviconUrl = useBaseUrl(favicon);
|
||||
return (
|
||||
<React.Fragment>
|
||||
<>
|
||||
<Head>
|
||||
<meta charSet="utf-8" />
|
||||
<meta httpEquiv="x-ua-compatible" content="ie=edge" />
|
||||
|
@ -63,7 +63,7 @@ function Layout(props) {
|
|||
<Navbar />
|
||||
<main className="main">{children}</main>
|
||||
{!noFooter && <Footer />}
|
||||
</React.Fragment>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue