1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-21 09:59:34 +03:00

🐛 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: {
plugins: [
new GoogleFontsPlugin({
apiUrl: 'https://n8n-google-fonts-helper.herokuapp.com/api/fonts',
fonts: [
{ family: 'Open Sans', variants: ['300', '400', '600', '700'] },
],