fix: metadata image generation error

This commit is contained in:
trafficlunar 2026-08-31 22:19:13 +01:00
parent 041689392b
commit ba06950881

View file

@ -2,6 +2,7 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
serverExternalPackages: ["harfbuzzjs"],
experimental: {
useTypeScriptCli: true,
},