diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-12-12 19:48:13 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-12-12 19:48:13 -0400 |
commit | 43ac0861fee49b28a0cd6b4e7822eeebb654ea54 (patch) | |
tree | 710ba92da5956011bc332e16a1923d7f26343bc0 /src | |
parent | c0c04fc74bae6768e080ad90b704319ce420229b (diff) |
url-spec: STATIC_VERSION 3p3
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 b66208b5..4a57fa0f 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 = '3p2'; +const STATIC_VERSION = '3p3'; const genericPaths = { root: '', |