feat: configure with webhook

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe
2024-04-12 16:52:15 +07:00
parent 6ddcbea8e8
commit c53986e926
3 changed files with 9 additions and 1 deletions

View File

@@ -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