We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023795e commit 5a85b7cCopy full SHA for 5a85b7c
src/utils/compileMDX.ts
@@ -10,7 +10,7 @@ import {MDXComponents} from 'components/MDX/MDXComponents';
10
11
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12
// ~~~~ IMPORTANT: BUMP THIS IF YOU CHANGE ANY CODE BELOW ~~~
13
-const DISK_CACHE_BREAKER = 11;
+const DISK_CACHE_BREAKER = 12;
14
15
16
export default async function compileMDX(
0 commit comments