chore: update next config
This commit is contained in:
@@ -14,6 +14,16 @@ const svgrOptions = {
|
||||
};
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
// Allow next/image to load from LinkedIn's CDN
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "picsum.photos",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
turbopack: {
|
||||
rules: {
|
||||
"*.svg": {
|
||||
|
||||
Reference in New Issue
Block a user