From dc318c6db0b92510e8297739f4f6999f24859215 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 21 May 2024 08:01:14 -0300 Subject: content, url-spec: use static rather than shared, drop cachebust --- src/upd8.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/upd8.js') 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, -- cgit 1.3.0-6-gf8a5