mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 03:31:23 +00:00
Add blocking fallback to pages (#357)
* Update [...pages].tsx * Fix provider config overwrite * Shopify changes
This commit is contained in:
@@ -40,7 +40,7 @@ function withCommerceConfig(nextConfig = {}) {
|
||||
}
|
||||
|
||||
const commerceNextConfig = require(path.join('../', name, 'next.config'))
|
||||
const config = merge(commerceNextConfig, nextConfig)
|
||||
const config = merge(nextConfig, commerceNextConfig)
|
||||
|
||||
config.env = config.env || {}
|
||||
|
||||
|
Reference in New Issue
Block a user