diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-05-21 08:01:14 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-21 08:01:41 -0300 |
commit | dc318c6db0b92510e8297739f4f6999f24859215 (patch) | |
tree | 4982ed4db6512872ac4b59365f1f52301b742f09 /src/upd8.js | |
parent | 5c973b488c58a836082d8ae5e48ff42e830d7661 (diff) |
content, url-spec: use static rather than shared, drop cachebust
Diffstat (limited to 'src/upd8.js')
-rwxr-xr-x | src/upd8.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/upd8.js b/src/upd8.js index f35f9e5f..d4198cf8 100755 --- a/src/upd8.js +++ b/src/upd8.js @@ -93,8 +93,6 @@ import * as buildModes from './write/build-modes/index.js'; const __dirname = path.dirname(fileURLToPath(import.meta.url)); -const CACHEBUST = 23; - let COMMIT; try { COMMIT = execSync('git log --format="%h %B" -n 1 HEAD', {cwd: __dirname}).toString().trim(); @@ -2116,7 +2114,6 @@ async function main() { webRoutes, wikiData, - cachebust: '?' + CACHEBUST, closeLanguageWatchers, developersComment, getSizeOfAdditionalFile, |