fix: use relative base path for Electron compatibility

This commit is contained in:
2026-02-21 19:36:42 +11:00
parent 8b0960d366
commit 00ff6a6b72

View File

@@ -1,3 +1,3 @@
export default {
base: '/',
base: './',
};