website: enable docusaurus faster option (#12326)
* website: enable docusaurus faster option Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix build failing in CI Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix lightningcss Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix swc...sigh Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix swc again Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -166,6 +166,9 @@ const createConfig = (): Config => {
|
||||
markdown: {
|
||||
mermaid: true,
|
||||
},
|
||||
future: {
|
||||
experimental_faster: true,
|
||||
},
|
||||
themes: ["@docusaurus/theme-mermaid", "docusaurus-theme-openapi-docs"],
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user