Doc: Switch to prod mode

pull/5262/head
Laurent Cozic 2021-07-31 14:45:39 +01:00
parent edf07488f4
commit ef35b30645
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const dirname = require('path').dirname;
const glob = require('glob');
const path = require('path');
const env = Env.Dev;
const env = Env.Prod;
const buildTime = Date.now();
const websiteAssetDir = `${rootDir}/Assets/WebsiteAssets`;