Rocky_Mountain_Vending/.pnpm-store/v10/files/d8/c50302298263cd0214bf928fde3b082df804a04414aba8326f601ee1bbb60985a47b0606a11e995f5be9fed2d15a4eb1405a0246b09ceeac0d8ce5567f2f81
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

8 lines
363 B
Text

/**
* Function to correctly assign location to URL
*
* The method will add basePath, and will also correctly add location (including if it is a relative path)
* @param location Location that should be added to the url
* @param url Base URL to which the location should be assigned
*/
export declare function assignLocation(location: string, url: URL): URL;