Rocky_Mountain_Vending/.pnpm-store/v10/files/be/ab5c30322eda7944f802b9250a6a6ace4fe6e047cd0570ea6da6c925b3f48de1f135109446e580f5bcc52dc45a3b161bc0b206f9095171da89a6ab6f79e948
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

6 lines
No EOL
407 B
Text

import { bold, cyan } from '../../../../../lib/picocolors';
export function getCustomDocumentImageError() {
return `Images ${bold('cannot')} be imported within ${cyan('pages/_document.js')}. Please move image imports that need to be displayed on every page into ${cyan('pages/_app.js')}.\nRead more: https://nextjs.org/docs/messages/custom-document-image-import`;
}
//# sourceMappingURL=messages.js.map