Skip to content

Commit

Permalink
fix mobile issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawyer Burnett committed Mar 27, 2024
1 parent 0a3b442 commit c4bfd61
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/docusaurus.config.ts
Expand Up @@ -31,7 +31,13 @@ const config: Config = {
],
],
themes:[
"@easyops-cn/docusaurus-search-local",
[
require.resolve("@easyops-cn/docusaurus-search-local"),
/** @type {import("@easyops-cn/docusaurus-search-local").PluginOptions} */
({
hashed: true,
}),
],
],
plugins: [
async function myPlugin() {
Expand All @@ -49,7 +55,9 @@ const config: Config = {
},
],
themeConfig: {
image: "img/docusaurus-social-card.jpg",
metadata: [
{ name:"viewport", content:"width=device-width, initial-scale=1, maximum-scale=1"}
],
docs: {
sidebar: {
hideable: true,
Expand Down Expand Up @@ -84,7 +92,7 @@ const config: Config = {
width: 100,
height: 100,
},
copyright: `© ${new Date().getFullYear()} Nearform`,
copyright: `Copyright © 2013-${new Date().getFullYear()} Nearform`,
},
prism: {
theme: prismThemes.github,
Expand Down

0 comments on commit c4bfd61

Please sign in to comment.