fix: restore missing live-site page imagery
- recover and self-host HubSpot-injected page hero assets - map source heroes to page and library layouts - restore the consultation form background - add page imagery auditing - update asset inventory and migration documentation
This commit is contained in:
@@ -118,6 +118,7 @@ Astro prints the preview URL, normally `http://localhost:4321`.
|
||||
```sh
|
||||
npm run build
|
||||
npm run audit:links
|
||||
npm run audit:images
|
||||
```
|
||||
|
||||
The link audit reads `dist/` after a successful build. If rendered output is
|
||||
@@ -281,6 +282,7 @@ npm run generate:sitemap
|
||||
npm run generate:redirects
|
||||
npm run build
|
||||
npm run audit:links
|
||||
npm run audit:images
|
||||
```
|
||||
|
||||
Extraction regenerates content files, copied assets, and inventories. Review
|
||||
@@ -332,6 +334,7 @@ Build first:
|
||||
```sh
|
||||
npm run build
|
||||
npm run audit:links
|
||||
npm run audit:images
|
||||
```
|
||||
|
||||
### A content page is missing
|
||||
|
||||
Reference in New Issue
Block a user