mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-02 19:40:35 -05:00
allow github profile images in next image
This commit is contained in:
@@ -6,6 +6,14 @@ const nextConfig = {
|
||||
serverComponentsExternalPackages: ["@tremor/react"],
|
||||
},
|
||||
transpilePackages: ["@formbricks/ee", "@formbricks/ui", "@formbricks/lib"],
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "avatars.githubusercontent.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
async headers() {
|
||||
return [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user