aboutsummaryrefslogtreecommitdiff
path: root/next.config.js
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-10-22 19:43:17 +0700
committerGitHub <[email protected]>2023-10-22 19:43:17 +0700
commitf801f8f422954b884a6541321dba0669ee9d6173 (patch)
treee0d5e106b99e9b4e0a4c4bf7bb0464617db85b8d /next.config.js
parentBump @babel/traverse from 7.22.8 to 7.23.2 (#90) (diff)
downloadmoopa-4.2.0.tar.xz
moopa-4.2.0.zip
Update v4.2.0 (#93)v4.2.0
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/next.config.js b/next.config.js
index a0ec43c..d3fd882 100644
--- a/next.config.js
+++ b/next.config.js
@@ -24,6 +24,10 @@ module.exports = withPWA({
protocol: "https",
hostname: "simkl.in",
},
+ {
+ protocol: "https",
+ hostname: "tenor.com",
+ },
],
},
// distDir: process.env.BUILD_DIR || ".next",