Skip to content

Commit

Permalink
feat: docusaurus updated to 3.6.3 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm0 authored Dec 12, 2024
1 parent 7dd2ca4 commit e6731ee
Show file tree
Hide file tree
Showing 4 changed files with 6,271 additions and 2,768 deletions.
6 changes: 6 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ const config: Config = {
// insights: false,
},
} satisfies Preset.ThemeConfig,

// Handle v3.6 @docusaurus/faster
// @see https://docusaurus.io/blog/releases/3.6#adoption-strategy
future: {
experimental_faster: true,
},
};

export default config;
Loading

0 comments on commit e6731ee

Please sign in to comment.