Refactor webpack configuration to include multiple entry points for index and terms pages. Remove SSR script and update package dependencies for improved build process. Add terms.html as a static page with appropriate styles and metadata.
platform/bro-js/bro.landing/pipeline/head This commit looks good

This commit is contained in:
Primakov Alexandr Alexandrovich
2025-10-24 13:23:31 +03:00
parent 3b997a18e2
commit 6e55a331cb
8 changed files with 324 additions and 2397 deletions
-1
View File
@@ -1,2 +1 @@
export { default as UnderConstructionPage } from './under-construction';
export { Terms as TermsPage } from './terms';