rsnext/test/e2e/app-dir/metadata/pages/blog/opengraph-image.tsx
Jiachi Liu 75c6b10009
Fix: only apply metadata dynamic image routes convention for app dir (#47367)
We shouldn't detect icon/og/etc. metadata image convention as image dynamic routes under `pages/` dir, they should be only apply in `app/` dir. This PR changed the normalization rule that we only apply them when page is from `app/`. So when you're using `icon.js` under `pages/` it won't get effected.
2023-03-21 18:25:20 +00:00

3 lines
76 B
TypeScript

export default function page() {
return <>pages-opengraph-image-page</>
}