aboutsummaryrefslogtreecommitdiff
path: root/next.config.mjs
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-03-15 21:23:45 +0530
committerreal-zephex <[email protected]>2024-03-15 21:23:45 +0530
commitaabc2fa63b70079a62cb6ffb47c1542e6c73286d (patch)
treefe17c37c518ce0e6688f6b9dae3ba1468d49bcda /next.config.mjs
parentminor fix: changed the website title (diff)
downloaddramalama-aabc2fa63b70079a62cb6ffb47c1542e6c73286d.tar.xz
dramalama-aabc2fa63b70079a62cb6ffb47c1542e6c73286d.zip
features: added anime and pretty much completed it. only search functionality is left to add
Diffstat (limited to 'next.config.mjs')
-rw-r--r--next.config.mjs4
1 files changed, 4 insertions, 0 deletions
diff --git a/next.config.mjs b/next.config.mjs
index 165b481..06d109f 100644
--- a/next.config.mjs
+++ b/next.config.mjs
@@ -10,6 +10,10 @@ const nextConfig = {
{
protocol: "https",
hostname: "www.pngall.com"
+ },
+ {
+ protocol: "https",
+ hostname: "gogocdn.net"
}
],
},