rsnext/test/integration/image-component/base-path/next.config.js
JJ Kasper 962535752b
Ensure next/image loads correctly with basePath (#20592)
This ensures the default path used for the `next/image` component includes the `basePath` when configured. Additional tests have also been added to ensure the image component is working correctly with `basePath` configured.

Fixes: https://github.com/vercel/next.js/issues/19711
2020-12-30 01:57:08 +00:00

3 lines
42 B
JavaScript

module.exports = {
basePath: '/docs',
}