diff --git a/--paths b/--paths new file mode 100644 index 00000000..e69de29b diff --git a/.env b/.env index c46b54b4..100620ea 100644 --- a/.env +++ b/.env @@ -1 +1,2 @@ -GITHUB_URL=https://api.github.com/ \ No newline at end of file +GITHUB_URL=https://api.github.com/ +ITUNES_URL=https://itunes.apple.com/ diff --git a/.env.development b/.env.development index c46b54b4..100620ea 100644 --- a/.env.development +++ b/.env.development @@ -1 +1,2 @@ -GITHUB_URL=https://api.github.com/ \ No newline at end of file +GITHUB_URL=https://api.github.com/ +ITUNES_URL=https://itunes.apple.com/ diff --git a/.env.local b/.env.local index a0152a72..914a3540 100644 --- a/.env.local +++ b/.env.local @@ -1,2 +1,3 @@ GITHUB_URL=https://api.github.com/ +ITUNES_URL=https://itunes.apple.com/ IS_LOCAL=true \ No newline at end of file diff --git a/internals/webpack/webpack.config.base.js b/internals/webpack/webpack.config.base.js index 77edac2c..8cee589a 100644 --- a/internals/webpack/webpack.config.base.js +++ b/internals/webpack/webpack.config.base.js @@ -135,7 +135,7 @@ module.exports = (options) => ({ interlaced: false }, optipng: { - enabled: false + enabled: false, // NOTE: optipng is disabled as it causes errors in some Mac M1 & M2 environments // Try enabling it in your environment by switching the config to: // enabled: true, @@ -143,7 +143,8 @@ module.exports = (options) => ({ }, pngquant: { quality: [0.65, 0.9], - speed: 4 + speed: 4, + enabled: false }, webp: { quality: 75