Skip to content

Commit bcc1804

Browse files
committed
build(docusaurus): switch to rspack
1 parent e9f3600 commit bcc1804

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

babel.config.js

-3
This file was deleted.

docusaurus.config.js

+6
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const config = {
2929
showReadingTime: true,
3030
// Please change this to your repo.
3131
editUrl: 'https://github.com/spicetify/spicetify-docs/edit/main',
32+
onUntruncatedBlogPosts: 'ignore',
3233
},
3334
theme: {
3435
customCss: require.resolve('./src/css/custom.css'),
@@ -37,6 +38,8 @@ const config = {
3738
],
3839
],
3940

41+
plugins: [process.env.RSDOCTOR === 'true' && ['rsdoctor', {}]],
42+
4043
themeConfig:
4144
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
4245
({
@@ -155,6 +158,9 @@ const config = {
155158
indexName: 'spicetify',
156159
},
157160
}),
161+
future: {
162+
experimental_faster: true,
163+
},
158164
};
159165

160166
module.exports = config;

0 commit comments

Comments
 (0)