diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-06-12 08:42:51 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-06-12 08:42:51 -0300 |
commit | 95fa266872c0f3ec606d346ec031944219211fc1 (patch) | |
tree | ae30cc0dbfd2bc79f3a79b0e1d7361ff05bfdbb8 /src | |
parent | baf1783b9a4f583c771cee0a1948ac37f7caea31 (diff) |
url-spec: STATIC_VERSION 3r1
Snow Pollen Appreciation Station https://hsmusic.wiki/news/snow-pollen-appreciation-station/
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 dc4673e5..abb93053 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 = '2p2'; +const STATIC_VERSION = '3r1'; const genericPaths = { root: '', |