Skip to content

Commit 597adbe

Browse files
committed
url-spec: STATIC_VERSION 2p1
1 parent 7616e20 commit 597adbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/url-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {withEntries} from '#sugar';
44
// part of a build. This is so that multiple builds of a wiki can coexist
55
// served from the same server / file system root: older builds' HTML files
66
// refer to earlier values of STATIC_VERSION, avoiding name collisions.
7-
const STATIC_VERSION = '2a';
7+
const STATIC_VERSION = '2p1';
88

99
const genericPaths = {
1010
root: '',

0 commit comments

Comments
 (0)