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>
13 lines
No EOL
633 B
Text
13 lines
No EOL
633 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
|
|
// Format Detection
|
|
// This is a poorly specified metadata export type that is supposed to
|
|
// control whether the device attempts to conver text that matches
|
|
// certain formats into links for action. The most supported example
|
|
// is how mobile devices detect phone numbers and make them into links
|
|
// that can initiate a phone call
|
|
// https://www.goodemailcode.com/email-code/template.html
|
|
export { };
|
|
|
|
//# sourceMappingURL=extra-types.js.map |