aboutsummaryrefslogtreecommitdiffstats
path: root/next.config.js
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2023-11-18 21:21:22 -0800
committerPinapelz <yukais@pinapelz.com>2023-11-18 21:21:22 -0800
commitadc88dbdf3274d4d0cf15b5f2cf7b0bbb939bfe0 (patch)
tree96089396e548f3f57121674362b6170c7b76693b /next.config.js
parent96019367e8f72eac26abd3b7a908c2b914bd1ae1 (diff)
v3: re-write frontend using next js
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js12
1 files changed, 11 insertions, 1 deletions
diff --git a/next.config.js b/next.config.js
index 767719f..b8d7ca9 100644
--- a/next.config.js
+++ b/next.config.js
@@ -1,4 +1,14 @@
/** @type {import('next').NextConfig} */
-const nextConfig = {}
+const nextConfig = {
+ images:{
+ remotePatterns: [
+ {
+ protocol: 'https',
+ hostname: "yt3.ggpht.com",
+ port: '',
+ }
+ ]
+ }
+}
module.exports = nextConfig
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage