fix: update Shopify API version

This commit is contained in:
Chloe
2024-04-15 12:34:56 +07:00
parent 68a988e466
commit 746a0fcd03
3 changed files with 2 additions and 7 deletions

View File

@@ -1,10 +1,5 @@
/** @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