mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
🐛 Temp fix build replace endpoint (#2216)
This commit is contained in:
@@ -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'] },
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user