Rocky_Mountain_Vending/.pnpm-store/v10/files/69/e6761b8fc15675b02d83e535af20825caa7d087f77d40584f6d6e1443aa1a1cffae2a985a5e7e6b4be6427cb83b3eede509b7450481aa974196a9eb2424e92
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

3 lines
104 B
Text

export function CanonicalizeUnicodeLocaleId(locale) {
return Intl.getCanonicalLocales(locale)[0];
}