Rocky_Mountain_Vending/.pnpm-store/v10/files/ea/152d2b3ac42d65083f20b55c5f6e36b4de4edfc4eb13b9d3174afa3ac3fa55a8bbb761018cf08d2bac15dbc5d203f2e4c90714f7623172a10399f20fa3724a
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

11 lines
No EOL
339 B
Text

export const normalizeLocalePath = (pathname, locales)=>{
if (process.env.__NEXT_I18N_SUPPORT) {
return require('../shared/lib/i18n/normalize-locale-path').normalizeLocalePath(pathname, locales);
}
return {
pathname,
detectedLocale: undefined
};
};
//# sourceMappingURL=normalize-locale-path.js.map