mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
style: prettify code
This commit is contained in:
parent
2cb5e34af3
commit
ee1dc69de2
@ -7,7 +7,8 @@ function writeManifestJson() {
|
|||||||
const strData = data.toString();
|
const strData = data.toString();
|
||||||
const manifest = JSON.parse(strData);
|
const manifest = JSON.parse(strData);
|
||||||
|
|
||||||
manifest.h5.publicPath = process.env.SERVER_ENV !== 'NETLIFY' ? "/md/": "/";
|
manifest.h5.publicPath =
|
||||||
|
process.env.SERVER_ENV !== "NETLIFY" ? "/md/" : "/";
|
||||||
const result = JSON.stringify(manifest, null, 4);
|
const result = JSON.stringify(manifest, null, 4);
|
||||||
|
|
||||||
fs.writeFile("./src/manifest.json", result, function (err) {
|
fs.writeFile("./src/manifest.json", result, function (err) {
|
||||||
|
Loading…
Reference in New Issue
Block a user