# Cloudflare Workers static-assets redirects.
# `features/nucleic-control.html` became `features/control.html` when the page was
# broadened from Control projects to the whole Control layer (the Core 3 trio is
# carbon / covalence / control). Keep the old URL alive for anything already linking it.
/features/nucleic-control.html /technologies/control.html 301

# `features/` became `technologies/` when the section was reframed: these aren't
# checkbox features, they're the technologies Nucleic is built out of. Keep every
# old URL alive — they've been linked and indexed.
/features.html /technologies.html 301
/features/* /technologies/:splat 301
