diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-06-18 20:10:59 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-06-18 22:56:18 -0300 |
commit | dcb5206de9e461f4104a3a62146934a6b66f5d48 (patch) | |
tree | d406582f6ef72fb083e99958f018420662859b2e /src | |
parent | 2d3b9508fb5f6ae317521228e2979c3dbdf6ee02 (diff) |
url-spec: STATIC_VERSION 3p2
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 c0e99571..56366ed4 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 = '3p1'; +const STATIC_VERSION = '3p2'; const genericPaths = { root: '', |