mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-01 10:09:08 +00:00
refactor: allow all images in UI
This commit is contained in:
parent
76732c36ba
commit
660d1cb444
1 changed files with 1 additions and 5 deletions
|
@ -12,11 +12,7 @@ const nextConfig: NextConfig = {
|
|||
remotePatterns: [
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "images.unsplash.com",
|
||||
},
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "static.vecteezy.com",
|
||||
hostname: "**",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue