🐛 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

View File

@@ -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'] },
],