rsnext/test/e2e/app-dir/metadata-dynamic-routes
Jiachi Liu 6b6bfcd387
Polish logging segments of page route (#57834)
Reduce the confusiong of the the logging of pages, make it easier to understand

* Removing the trailing `/page`, `/route` suffix 
* Removing the internal segment like `[[...__metadata__]]` 



#### After

```
 ○ Compiling / ...
 ○ Compiling /dynamic/[slug]/icon ...
```
#### Before
```
 ○ Compiling /page ...
 ○ Compiling /(group)/dynamic/[slug]/icon-ahg52g/[[...__metadata_id__]]/route ...
```

Closes NEXT-1701
2023-11-01 16:34:52 +00:00
..
app Move ImageResponse to next/og (#56662) 2023-10-19 14:26:48 +00:00
assets Add test for using custom font in metadata image routes (#54274) 2023-08-19 14:29:18 +00:00
index.test.ts Polish logging segments of page route (#57834) 2023-11-01 16:34:52 +00:00
next.config.js Add esm entry for next/server and alias @vercel/og (#51651) 2023-06-22 21:34:12 +00:00