Skip to content

Commit

Permalink
Fix breaking change caused by facebook/docusaurus#9931
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol authored Apr 12, 2024
1 parent 1891ca1 commit 3f65f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const config = {
function metadata(context, options) {
return {
name: 'metadata',
async contentLoaded({content, actions, allContent}) {
async allContentLoaded({actions, allContent}) {
const {setGlobalData} = actions;
let tempFrontMatter = []
allContent['docusaurus-plugin-content-docs']
Expand Down

0 comments on commit 3f65f72

Please sign in to comment.