Doc: Fixed env

pull/6382/head
Laurent Cozic 2022-04-07 19:04:36 +01:00
parent 23b56f4f70
commit 09dcee876c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const glob = require('glob');
const path = require('path');
const md5File = require('md5-file/promise');
const env = Env.Dev;
const env = Env.Prod;
const docDir = `${dirname(dirname(dirname(dirname(__dirname))))}/joplin-website/docs`;