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>
9 lines
No EOL
312 B
Text
9 lines
No EOL
312 B
Text
// When rendering applink meta tags add a namespace tag before each array instance
|
|
// if more than one member exists.
|
|
// ref: https://developers.facebook.com/docs/applinks/metadata-reference
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
|
|
//# sourceMappingURL=extra-types.js.map |