update
This commit is contained in:
+23
-2
@@ -1,7 +1,28 @@
|
||||
// next.config.mjs
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: "standalone",
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "raw.githubusercontent.com",
|
||||
pathname: "/tandpfun/skill-icons/**",
|
||||
},
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "raw.githubusercontent.com",
|
||||
pathname: "/devicons/devicon/**",
|
||||
},
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "github.com",
|
||||
pathname: "/tandpfun/skill-icons/**",
|
||||
},
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "avatars.githubusercontent.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user