import type { Metadata } from "next" export const metadata: Metadata = { title: "Test Page | Rocky Mountain Vending", description: "Internal routing test page.", robots: { index: false, follow: false, }, } export default function TestPage() { return (
This is a test page to verify routing works.