diff --git a/packages/editor-ui/vue.config.js b/packages/editor-ui/vue.config.js index da25a421b..1328ba4d9 100644 --- a/packages/editor-ui/vue.config.js +++ b/packages/editor-ui/vue.config.js @@ -14,6 +14,7 @@ module.exports = { configureWebpack: { plugins: [ new GoogleFontsPlugin({ + apiUrl: 'https://n8n-google-fonts-helper.herokuapp.com/api/fonts', fonts: [ { family: 'Open Sans', variants: ['300', '400', '600', '700'] }, ],