rsnext/packages/next/server
JJ Kasper 5dbb8704cc
Ensure static image works correctly with basePath (#29307)
This ensures we prefix the `src` for static images with the `basePath` correctly, this also copies over the static image tests to the basePath image-component suite. 

## Bug

- [x] Related issues linked using `fixes #number`
- [x] Integration tests added
- [x] Errors have helpful link attached, see `contributing.md`

Fixes: https://github.com/vercel/next.js/issues/29289
2021-09-23 23:26:51 +00:00
..
dev feat: allow setting custom tsconfig file (#28104) 2021-09-23 22:52:05 +00:00
lib Update test set-up to leverage playwright when able to (#28634) 2021-09-13 14:36:25 +02:00
api-utils.ts upgrade to typescript 4.4.3 (#29112) 2021-09-16 18:06:57 +02:00
config-shared.ts feat: allow setting custom tsconfig file (#28104) 2021-09-23 22:52:05 +00:00
config-utils-worker.ts Move next-server directory files to server directory (#26756) 2021-06-30 13:44:40 +02:00
config-utils.ts Deprecate webpack 4 support (#28840) 2021-09-13 09:18:04 +02:00
config.ts Ensure static image works correctly with basePath (#29307) 2021-09-23 23:26:51 +00:00
crypto-utils.ts Move next-server directory files to server directory (#26756) 2021-06-30 13:44:40 +02:00
denormalize-page-path.ts Move next-server directory files to server directory (#26756) 2021-06-30 13:44:40 +02:00
font-utils.ts Move next-server directory files to server directory (#26756) 2021-06-30 13:44:40 +02:00
get-page-files.ts Move next-server directory files to server directory (#26756) 2021-06-30 13:44:40 +02:00
get-route-from-entrypoint.ts Move next-server directory files to server directory (#26756) 2021-06-30 13:44:40 +02:00
htmlescape.ts Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
image-config.ts fix: should allow optional properties for images option (#28709) 2021-09-08 22:03:52 +00:00
image-optimizer.ts Ensure static image works correctly with basePath (#29307) 2021-09-23 23:26:51 +00:00
incremental-cache.ts Fix revalidate for initial notFound: true paths (#28097) 2021-08-14 13:11:40 +00:00
load-components.ts the way towards webpack 5 typings (#29105) 2021-09-21 19:17:16 +02:00
next-server.ts the way towards webpack 5 typings (#29105) 2021-09-21 19:17:16 +02:00
next.ts Use SWC to compile Next.js core server files (#27167) 2021-07-14 18:12:04 +00:00
node-polyfill-fetch.js Add next.config.js option to override default keepAlive (#27709) 2021-08-03 00:38:42 +00:00
normalize-page-path.ts Move next-server directory files to server directory (#26756) 2021-06-30 13:44:40 +02:00
optimize-amp.ts Move next-server directory files to server directory (#26756) 2021-06-30 13:44:40 +02:00
render-result.ts Use Writable instead of Observable (#29007) 2021-09-11 00:17:56 +00:00
render.tsx upgrade to typescript 4.4.3 (#29112) 2021-09-16 18:06:57 +02:00
require.ts Move next-server directory files to server directory (#26756) 2021-06-30 13:44:40 +02:00
response-cache.ts upgrade to typescript 4.4.3 (#29112) 2021-09-16 18:06:57 +02:00
router.ts upgrade to typescript 4.4.3 (#29112) 2021-09-16 18:06:57 +02:00
send-payload.ts Simplify RenderResult (#28900) 2021-09-08 16:56:31 +00:00
serve-static.ts Move next-server directory files to server directory (#26756) 2021-06-30 13:44:40 +02:00
utils.ts Add crawler blocking for fallback: true (#29121) 2021-09-16 11:01:28 -05:00