Turn the homepage into the October 2027 teaser #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "october-2027"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The 2026 weekend is over, but the homepage still sells tickets for it. The site needs to point people at the next one: October 2027.
Solution
src/components/Montage.astro)./2026, including the schedule, bios and.icsfeeds.BaseLayout. This applies to both pages.build.inlineStylesheets: 'never': the new homepage has no JavaScript, and its CSS was being inlined. That left its HTML with no.cssor.jsURL, so the health check would fail with "references no script or stylesheet".Testing
npm run buildandastro checkpass (0 errors).CELILO_ROUTE=/nexus: stylesheet and/2026links get the prefix.lasertagreports five false-positivedead-selectorwarnings on the@keyframesdefinitions. It has no way to suppress them.🤖 Generated with Claude Code