Skip to content

Commit 5995ee7

Browse files
committed
Change PREPARE_MDX_CACHE_BREAKER instead of DISC_CACHE_BREAKER
1 parent e608a7d commit 5995ee7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/[[...markdownPath]].js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function reviveNodeOnClient(key, val) {
9696

9797
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9898
// ~~~~ IMPORTANT: BUMP THIS IF YOU CHANGE ANY CODE BELOW ~~~
99-
const DISK_CACHE_BREAKER = 7.1;
99+
const DISK_CACHE_BREAKER = 7;
100100
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
101101

102102
// Put MDX output into JSON for client.

src/utils/prepareMDX.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {Children} from 'react';
77
// TODO: This logic could be in MDX plugins instead.
88

99
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10-
export const PREPARE_MDX_CACHE_BREAKER = 2;
10+
export const PREPARE_MDX_CACHE_BREAKER = 2.1;
1111
// !!! IMPORTANT !!! Bump this if you change any logic.
1212
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1313

0 commit comments

Comments
 (0)