import { routing } from "@/i18n/routing" /** * Root index — sends `/` to the default locale. * * With `output: "export"` we can't run a middleware that detects the * browser's preferred locale and redirects accordingly. Instead the * root URL renders a minimal HTML stub that points the browser at * `//` through three layers, in order of reliability: * * 1. `` — works even without JavaScript, * respected by every browser and most crawlers (Google honours * it as a 301-equivalent when delay is 0). * 2. `` — tells search engines that the * localized URL is the canonical one. * 3. An inline `