rsnext/examples/reproduction-template-pages/next.config.js
Sam Ko 5c0e4895f3
Switch default reproduction-template to app (#53453)
### Updating reproduction examples

Our current `pnpm create next-app -e reproduction-template`, which is present in our Issues template, will create a Pages app. This PR updates the default (`reproduction-template`) to App Router, and adds a `reproduction-template-pages` example.
2023-08-01 18:20:19 +00:00

4 lines
87 B
JavaScript

/** @type {import("next").NextConfig} */
module.exports = {
reactStrictMode: true,
}