Skip to content

Commit e608a7d

Browse files
committed
Bump DISK_CACHE_BREAKER to force-recreate MDX cache
1 parent 5f0c283 commit e608a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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;
99+
const DISK_CACHE_BREAKER = 7.1;
100100
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
101101

102102
// Put MDX output into JSON for client.

0 commit comments

Comments
 (0)