Try and fix the og image pointing to localhost

This commit is contained in:
HangerThem 2026-08-03 16:13:02 +02:00
parent 5b84dbdd30
commit 40b0fb8e08

View file

@ -1,9 +1,9 @@
import { metadata } from '@/app/metadata'
import { getAllPostsMeta } from '@/lib/posts'
export const dynamic = "force-static"
export const dynamic = 'force-static'
const SITE_URL = process.env.SITE_URL || 'http://localhost:3000'
const SITE_URL = process.env.SITE_URL
function escapeXml(str: string) {
return str