fix: set ID as default HTML title
This commit is contained in:
parent
454c74993a
commit
472f120a5a
|
@ -18,6 +18,7 @@ const {
|
||||||
} = process.env;
|
} = process.env;
|
||||||
|
|
||||||
module.exports = async (env, argv, flecks) => {
|
module.exports = async (env, argv, flecks) => {
|
||||||
|
const {id} = flecks.get('@flecks/core');
|
||||||
const {
|
const {
|
||||||
devHost,
|
devHost,
|
||||||
devPort,
|
devPort,
|
||||||
|
@ -102,6 +103,7 @@ module.exports = async (env, argv, flecks) => {
|
||||||
styleFiles,
|
styleFiles,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
title: id,
|
||||||
...htmlTemplateConfig,
|
...htmlTemplateConfig,
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user