feat(config/template): Add assetbrokerUrl and legalUrl fields to module config and update website template to supply these values

This commit is contained in:
2025-04-15 15:53:34 +00:00
parent ff2ebc076d
commit 77bb8bf22e
4 changed files with 14 additions and 2 deletions

View File

@@ -16,6 +16,8 @@ export interface IGitzoneConfigData {
npmPackageName: string;
license: string;
projectDomain: string;
assetbrokerUrl: string;
legalUrl: string;
};
copy: { [key: string]: string };
npmciOptions: {