aboutsummaryrefslogtreecommitdiff
path: root/next.config.js
diff options
context:
space:
mode:
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",