Merge pull request #823 from jameslahm/master

This commit is contained in:
Liyas Thomas
2020-04-29 10:40:58 +05:30
committed by GitHub

View File

@@ -34,13 +34,6 @@ export default {
server: { server: {
host: "0.0.0.0", // default: localhost host: "0.0.0.0", // default: localhost
}, },
render: {
bundleRenderer: {
shouldPreload: (file, type) => {
return ["script", "style", "font"].includes(type)
},
},
},
head: { head: {
title: `${options.name} \u2022 ${options.shortDescription}`, title: `${options.name} \u2022 ${options.shortDescription}`,
meta: [ meta: [