rsnext/test
Jiachi Liu 5831d0c124
Fix static metadata routes runtime when root layout is in edge runtime (#50351)
Since the static metadata routes should always be static that can be
optimized, they should be marked as default runtime (or basically no
runtime). This PR change the runtime detection, if it's a static
metadata route file, its runtime will be erased.

So that it won't be picked up by `edge-app-route-loader` and then by
`next-image-loader` which emits the unexpected static file

Fixes NEXT-1238
2023-05-25 15:39:57 -07:00
..
.stats-app Alias next/server for edge runtime (#50268) 2023-05-24 15:34:29 -07:00
__mocks__ Update Edge Runtime (#38862) 2022-07-21 18:29:19 +00:00
development Fix port value for metadataBase (#49924) 2023-05-17 13:37:47 +00:00
e2e Fix static metadata routes runtime when root layout is in edge runtime (#50351) 2023-05-25 15:39:57 -07:00
examples feat(cli): introduce --tailwind flag (#46927) 2023-03-16 16:06:27 +01:00
integration land: Include charset=utf-8 with x-component Content-Type header (#50314) 2023-05-24 21:05:12 -07:00
lib Error in next export when serverActions is enabled (#50039) 2023-05-19 17:53:21 +02:00
production Remove static analysis of process.env (#50260) 2023-05-24 08:19:02 -07:00
unit Fix client references extraction of CJS exports analysis (#50059) 2023-05-19 19:42:46 +00:00
.gitignore Fix static opt of routes generation for static metadata files (#48528) 2023-04-18 12:13:55 +00:00
jest-setup-after-env.ts Increase CI test timeout (#47973) 2023-04-05 10:16:48 -07:00
jest.d.ts Adds tests to ensure eslint-plugin-next's available rules are properly exported and recommended rules are correctly defined. (#38183) 2022-06-30 11:31:33 -05:00
readme.md refactor: split up CONTRIBUTING.md (#40515) 2022-09-16 14:54:58 -07:00
test-file.txt

See Testing for more information on how you can run/write/debug tests for Next.js.