We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7616e20 commit 597adbeCopy full SHA for 597adbe
src/url-spec.js
@@ -4,7 +4,7 @@ import {withEntries} from '#sugar';
4
// part of a build. This is so that multiple builds of a wiki can coexist
5
// served from the same server / file system root: older builds' HTML files
6
// refer to earlier values of STATIC_VERSION, avoiding name collisions.
7
-const STATIC_VERSION = '2a';
+const STATIC_VERSION = '2p1';
8
9
const genericPaths = {
10
root: '',
0 commit comments