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>
1.4 KiB
1.4 KiB
WordPress Content Removed
DO NOT RE-IMPORT WORDPRESS CONTENT
This file serves as a reminder that all WordPress content has been removed from the active codebase.
What Was Removed
code/lib/wordpress-data/- All WordPress page/post datacode/lib/wordpress-data-loader.ts- WordPress data loading functionscode/lib/wordpress-content.ts- WordPress content utilitiescode/lib/clean-wordpress-content.tsx- WordPress content cleaning functions- WordPress route handling in
code/app/[...slug]/page.tsx - WordPress blog post route
code/app/[year]/[month]/[day]/[slug]/page.tsx
Where It Went
All WordPress-related code has been archived to:
_archive/wordpress/code-lib/
Current State
- The site now uses only:
- Location pages (from
code/lib/location-data.ts) - Dedicated route pages (Products, Services, etc.)
- Manual pages
- Style guide at
code/app/style-guide/page.tsx
- Location pages (from
If You Need WordPress Content
- DO NOT copy files from
_archive/wordpress/back tocode/lib/ - DO NOT re-import WordPress data loaders
- DO NOT add WordPress route handling back to catch-all routes
If you need specific content from WordPress:
- Extract the content manually
- Create new pages/components following the style guide
- Use the existing component patterns from
code/components/
Last Updated
December 2, 2025