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