saleor-apps-redis_apl/apps/products-feed/next.config.js
Lukasz Ostrowski ca3a0305f2
Add products feed app (#161)
* Add products feed app from another repo

* Improve codebase

* Create sweet-ears-tease.md

* Apply cr changes
2023-02-17 14:27:43 +01:00

4 lines
88 B
JavaScript

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