rsnext/test/e2e/app-dir/next-image/next.config.js
Steven 001a67dfd9
Add test fixture e2e/app-dir/next-image (#41609)
This PR adds a test fixture `e2e/app-dir/next-image` to ensure `next/image` works with the `app` dir.
2022-10-20 23:21:28 +00:00

5 lines
62 B
JavaScript

module.exports = {
experimental: {
appDir: true,
},
}