Skip to content

Commit c3ef0fe

Browse files
authored
docs: disable doc cache in deploy (#4047)
1 parent 8b478e9 commit c3ef0fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/website-new/rspress.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ export default defineConfig({
100100
assetPrefix: true,
101101
writeToDisk: true,
102102
},
103+
performance: {
104+
buildCache: process.env.CONTEXT ? false : true,
105+
},
103106
tools: {
104107
postcss: (config, { addPlugins }) => {
105108
addPlugins([require('tailwindcss/nesting'), require('tailwindcss')]);

0 commit comments

Comments
 (0)