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