diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-05-30 22:28:46 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-30 22:28:46 -0300 |
commit | b00f5793edaaaad8b87e57f6eaacd7b230825ee0 (patch) | |
tree | 99dae70c537a7c8093c800a06f7df2f94cc81a86 /src | |
parent | a038ef2b08bac548ea7b5a31e74467ac93b4516b (diff) |
url-spec: STATIC_VERSION 2p2
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 c03ee14a..b1d201a4 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 = '2p1'; +const STATIC_VERSION = '2p2'; const genericPaths = { root: '', |