Skip to content

Commit

Permalink
chore: SearchBar is broken atm (Removed)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrc4tt committed Nov 8, 2024
1 parent 5f093de commit 1525c62
Show file tree
Hide file tree
Showing 11 changed files with 3,108 additions and 2,112 deletions.
17 changes: 4 additions & 13 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,6 @@ import {themes as prismThemes} from 'prism-react-renderer';

/** @type {import('@docusaurus/types').Config} */
const config = {
future: {
experimental_faster: {
swcJsLoader: true,
swcJsMinimizer: true,
swcHtmlMinimizer: true,
lightningCssMinimizer: true,
rspackBundler: true,
mdxCrossCompilerCache: false
},
},

title: 'FSHOST Help',
tagline: 'FREE game server hosting for CS2, CoD4, CoD2, CS1.6, CSS, and more! We also offer paid game servers via Pro.',
favicon: 'img/favicon.ico',
Expand Down Expand Up @@ -137,9 +126,8 @@ const config = {
},
],
[
require.resolve('docusaurus-lunr-search'),
{
languages: ['en'] // language codes
languages: ['en'], // language codes
}
]
],
Expand Down Expand Up @@ -344,6 +332,9 @@ const config = {
darkTheme: prismThemes.dracula,
},
}),
future: {
experimental_faster: true,
}
};

export default config;
Loading

0 comments on commit 1525c62

Please sign in to comment.