🐛 Temp fix build replace endpoint (#2216)

This commit is contained in:
Mutasem Aldmour 2021-09-17 14:56:08 +02:00 committed by GitHub
parent 5d872565df
commit ebf9a5e4cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@ module.exports = {
configureWebpack: { configureWebpack: {
plugins: [ plugins: [
new GoogleFontsPlugin({ new GoogleFontsPlugin({
apiUrl: 'https://n8n-google-fonts-helper.herokuapp.com/api/fonts',
fonts: [ fonts: [
{ family: 'Open Sans', variants: ['300', '400', '600', '700'] }, { family: 'Open Sans', variants: ['300', '400', '600', '700'] },
], ],