Skip to content

Commit 5a85b7c

Browse files
committed
chore: bump DISK_CACHE_BREAKER after compileMDX changes
1 parent 023795e commit 5a85b7c

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 = 11;
13+
const DISK_CACHE_BREAKER = 12;
1414
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1515

1616
export default async function compileMDX(

0 commit comments

Comments
 (0)