rsnext/test/e2e/app-dir/metadata-dynamic-routes/app/page.tsx

11 lines
206 B
TypeScript
Raw Normal View History

import React from 'react'
export default function Page() {
return <>hello index</>
}
export const metadata = {
metadataBase: new URL('https://deploy-preview-abc.vercel.app'),
title: 'index page',
}