diff options
Diffstat (limited to 'next.config.js')
| -rw-r--r-- | next.config.js | 4 |
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", |