Skip to content

Commit 5ee21bd

Browse files
committed
Bump DISK_CACHE_BREAKER
1 parent 3f6cd38 commit 5ee21bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/compileMDX.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {MDXComponents} from 'components/MDX/MDXComponents';
1010

1111
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1212
// ~~~~ IMPORTANT: BUMP THIS IF YOU CHANGE ANY CODE BELOW ~~~
13-
const DISK_CACHE_BREAKER = 10;
13+
const DISK_CACHE_BREAKER = 11;
1414
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1515

1616
export default async function compileMDX(

0 commit comments

Comments
 (0)