diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-05-21 09:14:36 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-21 09:22:28 -0300 |
commit | 597adbea3020d738714a35eacd7f9e1c7f8e6d16 (patch) | |
tree | 63fcb9fd00693ef90b730f61855b7a34df912da6 /src | |
parent | 7616e2095121de9c46b5b03d3253399bfca266f5 (diff) |
url-spec: STATIC_VERSION 2p1
Diffstat (limited to 'src')
-rw-r--r-- | src/url-spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/url-spec.js b/src/url-spec.js index 1f04a906..c03ee14a 100644 --- a/src/url-spec.js +++ b/src/url-spec.js @@ -4,7 +4,7 @@ import {withEntries} from '#sugar'; // part of a build. This is so that multiple builds of a wiki can coexist // served from the same server / file system root: older builds' HTML files // refer to earlier values of STATIC_VERSION, avoiding name collisions. -const STATIC_VERSION = '2a'; +const STATIC_VERSION = '2p1'; const genericPaths = { root: '', |