1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-30 10:36:35 +02:00

Doc: Fixed env

This commit is contained in:
Laurent Cozic 2022-04-07 19:04:36 +01:00
parent 23b56f4f70
commit 09dcee876c

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`;