Skip to content

Commit

Permalink
Website: add search plugin to production config (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw authored Aug 29, 2023
1 parent 06bb5b7 commit ad3c960
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docusaurus/website/docusaurus.config.devportal.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@ const config = {
defaultLocale: "en",
locales: ["en"],
},
plugins: [],
plugins: [
[
"docusaurus-lunr-search",
{
disableVersioning: true,
},
],
],
presets: [
[
"classic",
Expand Down

0 comments on commit ad3c960

Please sign in to comment.