diff --git a/gulp/publish-frontend.mjs b/gulp/publish-frontend.mjs index d7e76a2..67d17ed 100644 --- a/gulp/publish-frontend.mjs +++ b/gulp/publish-frontend.mjs @@ -113,7 +113,7 @@ let { version } = JSON.parse(packageJson); const previewVersion = async () => { // generate a unique timestamp for cache invalidation of the preview site const now = DateTime.utc(); - version = now.toFormat('yyyyLLddHHmmss') + version = now.toFormat('yyyyLLddHHmm').substring(3); }; const compressHtml = async () => src(htmlSources)