feat: implement dark mode infrastructure, optimize images, and add SEO structured data
Some checks failed
Dev Deployment (Zero Downtime) / deploy-dev (push) Failing after 10m16s
Some checks failed
Dev Deployment (Zero Downtime) / deploy-dev (push) Failing after 10m16s
This commit is contained in:
@@ -60,6 +60,18 @@ const nextConfig: NextConfig = {
|
||||
protocol: "https",
|
||||
hostname: "media.discordapp.net",
|
||||
},
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "cms.dk0.dev",
|
||||
},
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "assets.hardcover.app",
|
||||
},
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "dki.one",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user