Add public domain to allowed list

This commit is contained in:
Lee 2022-11-17 05:58:42 +00:00
parent d432d36fce
commit 5743271503
No known key found for this signature in database
GPG Key ID: 6EA25896ECCB3121

@ -10,7 +10,11 @@ const nextConfig = {
{
protocol: "http",
hostname: "localhost",
port: "3000",
pathname: "/api/files/**",
},
{
protocol: "http",
hostname: process.env.NEXT_PUBLIC_SITE_URL,
pathname: "/api/files/**",
},
],