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 5b990c0 commit 416c2e2Copy full SHA for 416c2e2
next.config.ts
@@ -3,9 +3,12 @@ import type { NextConfig } from "next";
3
const nextConfig: NextConfig = {
4
output: "export",
5
images: {
6
- domains: [
7
- "user-images.githubusercontent.com",
8
- "https://lazy-dinosaur.github.io/",
+ domains: ["user-images.githubusercontent.com", "lazy-dinosaur.github.io"],
+ remotePatterns: [
+ {
9
+ protocol: "https",
10
+ hostname: "lazy-dinosaur.github.io",
11
+ },
12
],
13
formats: ["image/webp"],
14
// Remove unoptimized: true to enable image optimization
0 commit comments