feat: allow setting API, proxy, and frontend URLs at build time (#3284)

This commit is contained in:
fk
2024-03-13 17:49:40 +01:00
committed by GitHub
parent f033ee7af7
commit 84b2637d7d
9 changed files with 28 additions and 15 deletions

View File

@@ -131,7 +131,7 @@ export default {
searchText: "",
suggestionsVisible: false,
showTopNav: false,
homePagePath: "/",
homePagePath: import.meta.env.BASE_URL,
registrationDisabled: false,
};
},