fix!: remove locale redirection
It's too broken, not worth spending time fixing it
finxol.io 3 weeks ago de56e661 1fccae34
··· 1 1 - --- 2 2 - import { config } from "@/config.ts"; 3 3 - const url = Astro.url; 4 4 - 5 5 - url.pathname = `/${config.defaultLocale}${url.pathname}`; 6 6 - 7 7 - return Astro.redirect(url.href); 8 8 - ---