Skip to content

Commit

Permalink
Disable faster experimental builds to fix previews
Browse files Browse the repository at this point in the history
This breaks local live preview feature.
  • Loading branch information
jason-seqera committed Nov 25, 2024
1 parent 6a348f4 commit 0a20e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default async function createConfigAsync() {
},

future: {
experimental_faster: true,
experimental_faster: false,
},

presets: [
Expand Down

0 comments on commit 0a20e73

Please sign in to comment.