Commit e3fa130
committed
Keep lab previews out of production, fix minds SEO guard
Two deploy-hygiene fixes:
- The landing-lab preview pages carry inline styles the CSP blocks and
were never meant for production (they are gitignored, absent from a
fresh checkout). Moved them to .lab-pages-archive/ so they no longer
build into the deployed site. Restore into src/pages/lab/ to preview.
- The greatest-minds positioning guard matched the singular "great
mind", which appears in a genuine quote (Woolf, "the great mind is
androgynous"). Tightened it to the plural collective framing so real
quotes pass while the forbidden positioning is still caught.1 parent 87f2ca0 commit e3fa130
2 files changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
| |||
0 commit comments