--- title: 404 - There's Nothing Here layout: layouts/base.tsx url: /404.html --- # You've found a dead end! Would you like to [return](/)? ```ts window.location.replace("/"); ```