diff options
| author | zephex <[email protected]> | 2024-04-20 13:34:53 +0530 |
|---|---|---|
| committer | zephex <[email protected]> | 2024-04-20 13:34:53 +0530 |
| commit | d6780cf3dad729c69a102ba2940188cf1e6bcbf4 (patch) | |
| tree | d10a2aefef6664c42439f165c73722c514b032bc /next.config.mjs | |
| parent | feature added: tracker for mangas (diff) | |
| download | dramalama-d6780cf3dad729c69a102ba2940188cf1e6bcbf4.tar.xz dramalama-d6780cf3dad729c69a102ba2940188cf1e6bcbf4.zip | |
idk whats happening
Diffstat (limited to 'next.config.mjs')
| -rw-r--r-- | next.config.mjs | 86 |
1 files changed, 43 insertions, 43 deletions
diff --git a/next.config.mjs b/next.config.mjs index e515f21..e86fa23 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,43 +1,43 @@ -/** @type {import('next').NextConfig} */ -const nextConfig = { - images: { - remotePatterns: [ - { - protocol: "https", - hostname: "asianimg.pro", - pathname: "/cover/**", - }, - { - protocol: "https", - hostname: "www.pngall.com", - }, - { - protocol: "https", - hostname: "gogocdn.net", - }, - { - protocol: "https", - hostname: "asianimg.pro", - }, - { - protocol: "https", - hostname: "s4.anilist.co", - }, - { - protocol: "https", - hostname: "uploads.mangadex.org", - }, - { - protocol: "https", - hostname: "sup-proxy.zephex0-f6c.workers.dev", - }, - ], - }, - logging: { - fetches: { - fullUrl: true, - }, - }, -}; - -export default nextConfig; +/** @type {import('next').NextConfig} */
+const nextConfig = {
+ images: {
+ remotePatterns: [
+ {
+ protocol: "https",
+ hostname: "asianimg.pro",
+ pathname: "/cover/**",
+ },
+ {
+ protocol: "https",
+ hostname: "www.pngall.com",
+ },
+ {
+ protocol: "https",
+ hostname: "gogocdn.net",
+ },
+ {
+ protocol: "https",
+ hostname: "asianimg.pro",
+ },
+ {
+ protocol: "https",
+ hostname: "s4.anilist.co",
+ },
+ {
+ protocol: "https",
+ hostname: "uploads.mangadex.org",
+ },
+ {
+ protocol: "https",
+ hostname: "sup-proxy.zephex0-f6c.workers.dev",
+ },
+ ],
+ },
+ logging: {
+ fetches: {
+ fullUrl: true,
+ },
+ },
+};
+
+export default nextConfig;
|