mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-09-15 17:23:45 +00:00
feat: allow setting API, proxy, and frontend URLs at build time (#3284)
This commit is contained in:
@@ -131,7 +131,7 @@ export default {
|
||||
searchText: "",
|
||||
suggestionsVisible: false,
|
||||
showTopNav: false,
|
||||
homePagePath: "/",
|
||||
homePagePath: import.meta.env.BASE_URL,
|
||||
registrationDisabled: false,
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user