Skip to content

Commit

Permalink
[Docs] Updated docusaurus. #Lowerbuildtimes!
Browse files Browse the repository at this point in the history
  • Loading branch information
Marten-Mrfc committed Nov 4, 2024
1 parent 8b7a2af commit 8df7f0e
Show file tree
Hide file tree
Showing 4 changed files with 3,463 additions and 2,535 deletions.
7 changes: 5 additions & 2 deletions documentation/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const darkTheme = themes.vsDark;
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'Typewriter',
tagline: 'The next generation of Minecraft Questing',
tagline: 'The next generation of Player Interactions',
favicon: 'img/favicon.ico',

// Set the production url of your site here
Expand Down Expand Up @@ -233,7 +233,10 @@ const config = {
require.resolve("./plugins/tailwind/index.js"),
require.resolve("./plugins/compression/index.js"),
require.resolve("./plugins/code-snippets/index.js"),
]
],
future: {
experimental_faster: true,
},
};

export default config;
Loading

0 comments on commit 8df7f0e

Please sign in to comment.