Migrate /contact-us, /thank-you/* and /book-demo from 11ty to Nuxt - #5537
Migrate /contact-us, /thank-you/* and /book-demo from 11ty to Nuxt#5537ZJvandeWeg wants to merge 3 commits into
Conversation
✅ Deploy Preview for flowforge-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
@ZJvandeWeg I'm not sure if this was meant to be included in this PR, the title and description only talk about contact us and book a demo. Was this intentional?
There was a problem hiding this comment.
Yes, intentional — the title/description have been updated to reflect that this PR also migrates /thank-you/*.
Ports the shared mql-contact layout, HubSpot form, and a new meetings embed component, then flips CtaContactUs/CtaBookDemo's `external` prop to false now that both routes are served by Nuxt directly.
… to Nuxt legacy.ts now lists what's still on 11ty instead of what's migrated, so the list shrinks toward empty as pages move over. /thank-you is fully ported: 4 route variants, new stories/webinar/blog preview components, and stories/ webinars content collections sourced in place from src/.
372db73 to
c53e678
Compare
|
@ZJvandeWeg on local, images that are still served by 11ty aren't loading, and the terminal is flooded with repeated Looks like it's a side effect of inverting the proxy split in legacy.ts. |
Co-authored-by: Yndira Escobar <129537638+Yndira-E@users.noreply.github.com>
Yndira-E
left a comment
There was a problem hiding this comment.
Hey @ZJvandeWeg Following up on this comment.
The local dev experience is broken now. Images served by 11ty don't load locally on most pages, with repeated Vue warnings in the terminal. Needs to be fixed before I can approve/merge.

Ports the shared mql-contact layout, HubSpot form, and a new meetings embed component, then flips CtaContactUs/CtaBookDemo's
externalprop to false now that both routes are served by Nuxt directly.Also migrates /thank-you to Nuxt (4 route variants, new stories/webinar/blog preview components, stories/webinars content collections sourced from
src/), and inverts the dev proxy's routing list inlegacy.ts: it now lists what's still on 11ty instead of what's migrated, so the list shrinks toward empty as pages move over.