We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f381fe commit 5b990c0Copy full SHA for 5b990c0
next.config.ts
@@ -3,7 +3,10 @@ import type { NextConfig } from "next";
3
const nextConfig: NextConfig = {
4
output: "export",
5
images: {
6
- domains: ["user-images.githubusercontent.com"],
+ domains: [
7
+ "user-images.githubusercontent.com",
8
+ "https://lazy-dinosaur.github.io/",
9
+ ],
10
formats: ["image/webp"],
11
// Remove unoptimized: true to enable image optimization
12
},
0 commit comments