app/resume not gettting resolved in next.config.ts
All checks were successful
Next.js App CI / docker (push) Successful in 6m17s

This commit is contained in:
2025-09-22 09:45:21 +02:00
parent 941e0a66f3
commit 8d18a6c02e

View File

@@ -1,5 +1,4 @@
import type { NextConfig } from "next";
import { DATA } from "./app/resume";
const nextConfig: NextConfig = {
/* your other config options here */
@@ -8,7 +7,7 @@ const nextConfig: NextConfig = {
remotePatterns: [
{
protocol: "https",
hostname: `*.${DATA.domain}`,
hostname: "*.steffenillium.de",
},
],
},