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>
25 lines
1.1 KiB
Text
25 lines
1.1 KiB
Text
<!--
|
|
@license
|
|
Copyright 2021 Google LLC
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
|
|
<link rel="icon" href='data:image/svg+xml;utf8,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="m14 7 10-7 10 7v10h5v7h-5l5 24H9l5-24H9v-7h5V7Z" fill="%23F63"/><path d="M31.561 24H14l-1.689 8.105L31.561 24ZM18.983 48H9l1.022-4.907L35.723 32.27l1.663 7.98L18.983 48Z" fill="%23FFA385"/><path fill="%23FF3" d="M20.5 10h7v7h-7z"/></svg>'>
|
|
<title>Lighthouse Flow Report</title>
|
|
<style>/*%%LIGHTHOUSE_FLOW_CSS%%*/</style>
|
|
<style>body {margin: 0}</style>
|
|
</head>
|
|
<body>
|
|
<noscript>Lighthouse report requires JavaScript. Please enable.</noscript>
|
|
|
|
<main><!-- report populated here --></main>
|
|
|
|
<script>window.__LIGHTHOUSE_FLOW_JSON__ = %%LIGHTHOUSE_FLOW_JSON%%;</script>
|
|
<script>%%LIGHTHOUSE_FLOW_JAVASCRIPT%%</script>
|
|
<script>console.log('window.__LIGHTHOUSE_FLOW_JSON__', __LIGHTHOUSE_FLOW_JSON__);</script>
|
|
</body>
|
|
</html>
|