beepboop
This commit is contained in:
@@ -1,6 +1,18 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
// Allow remote images from Wikimedia Commons
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "upload.wikimedia.org",
|
||||
port: "",
|
||||
pathname: "/wikipedia/commons/**",
|
||||
search: "",
|
||||
},
|
||||
],
|
||||
},
|
||||
// Turbopack config (Next.js 16 default)
|
||||
turbopack: {
|
||||
resolveAlias: {
|
||||
|
||||
Reference in New Issue
Block a user