mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor-ui): fix BASE_URL replacement on windows (#4202)
This commit is contained in:
committed by
GitHub
parent
b809a2a074
commit
5f0c65690b
@@ -44,5 +44,5 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
},
|
||||
publicPath: process.env.VUE_APP_PUBLIC_PATH ? process.env.VUE_APP_PUBLIC_PATH : '/',
|
||||
publicPath: process.env.VUE_APP_PUBLIC_PATH ?? '/',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user