mirror of
https://github.com/vercel/commerce.git
synced 2025-07-24 18:51:23 +00:00
feat: configure with webhook
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
module.exports = {
|
||||
logging: {
|
||||
fetches: {
|
||||
fullUrl: true
|
||||
}
|
||||
},
|
||||
eslint: {
|
||||
// Disabling on production builds because we're running checks on PRs via GitHub Actions.
|
||||
ignoreDuringBuilds: true
|
||||
|
Reference in New Issue
Block a user