app/resume not gettting resolved in next.config.ts
All checks were successful
Next.js App CI / docker (push) Successful in 6m17s
All checks were successful
Next.js App CI / docker (push) Successful in 6m17s
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
import type { NextConfig } from "next";
|
import type { NextConfig } from "next";
|
||||||
import { DATA } from "./app/resume";
|
|
||||||
|
|
||||||
const nextConfig: NextConfig = {
|
const nextConfig: NextConfig = {
|
||||||
/* your other config options here */
|
/* your other config options here */
|
||||||
@@ -8,7 +7,7 @@ const nextConfig: NextConfig = {
|
|||||||
remotePatterns: [
|
remotePatterns: [
|
||||||
{
|
{
|
||||||
protocol: "https",
|
protocol: "https",
|
||||||
hostname: `*.${DATA.domain}`,
|
hostname: "*.steffenillium.de",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user