Add env-configurable GA/form/map; remove & artifacts; verify clone completeness

- Remove 4 stray '&' files (crawl artifact) that duplicated footer/about-us/contactus/root
- Replace hardcoded GA id, form email, map src with placeholders (GA_ID, FORM_EMAIL, GMAP_EMBED)
- Add entrypoint.sh: envsubst injects env vars into HTML at container startup
- Add .env.example + .dockerignore/.gitignore guarding .env secrets
- Google Map type A (free embed, no API key) configurable via GMAP_LAT/LNG
- Verify: all 39 pages, images (38/home), content blocks (296) match original; 0 missing assets

Full clone comparison against www.mitsuthailand.com confirms sections complete.
This commit is contained in:
2026-08-06 14:27:32 +07:00
parent e04ea1dd27
commit eea7c4780e
47 changed files with 2276 additions and 8026 deletions

View File

@@ -63,12 +63,12 @@
<script src="../../../core/assets/vendor/html5shiv/html5shiv.min.js?v=3.7.3&"></script>
<![endif]-->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L4835B8PSW"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=${GA_ID}"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-L4835B8PSW');
gtag('config', '${GA_ID}');
</script> </head>
<body class="lego-scrollbar use-palette use-font-prompt" style="" >
<div class="dialog-off-canvas-main-canvas" data-off-canvas-main-canvas>