Skip to content

Commit

Permalink
Fixing broken docs entry page (#221)
Browse files Browse the repository at this point in the history
Signed-off-by: Janos Bonic <[email protected]>
  • Loading branch information
Janos authored Nov 28, 2023
1 parent 2105bae commit 2dd53c2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,19 @@ const config = {
],
},
],
function() {
return {
name: "follow-symlinks",
configureWebpack() {
return {
resolve: {
// Yes, leave this on false to support symlinks.
symlinks: false
},
};
}
};
},
],

themeConfig:
Expand Down
2 changes: 1 addition & 1 deletion opentofu-repo

0 comments on commit 2dd53c2

Please sign in to comment.