mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
🐛 Temp fix build replace endpoint (#2216)
This commit is contained in:
parent
5d872565df
commit
ebf9a5e4cd
|
@ -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'] },
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue