Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nuxt/server/middleware/legacy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const NUXT_PREFIXES = ['/handbook', '/ebooks', '/whitepaper', '/pricing', '/docs

// Top-level routes still on 11ty, not yet ported to Nuxt (everything not listed above
// already falls through to the 11ty proxy by default). Remove entries here as they migrate:
// / (homepage), /about, /ai, /blueprints, /careers, /community, /email-signature, /events,
// / (homepage), /about, /ai, /blueprints, /careers, /community, /events,
// /free-consultation, /industries, /landing, /node-red, /partners, /platform,
// /professional-services, /support, /use-cases, /vs, /webinars

Expand Down
Loading