diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-06-12 08:44:22 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-06-18 22:56:00 -0300 |
commit | a83e97eb931487520da96b5efcb6cdf14c950d63 (patch) | |
tree | a17a31c4b544e1023ef3df2671e1e5048b64471e /src | |
parent | 874203c03c627ca1d501ab102d0a452e7b827c56 (diff) |
url-spec: STATIC_VERSION 3p1
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 64423a52..c0e99571 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 = '3r2'; +const STATIC_VERSION = '3p1'; const genericPaths = { root: '', |