Try and fix the og image pointing to localhost
This commit is contained in:
parent
5b84dbdd30
commit
40b0fb8e08
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
import { metadata } from '@/app/metadata'
|
import { metadata } from '@/app/metadata'
|
||||||
import { getAllPostsMeta } from '@/lib/posts'
|
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) {
|
function escapeXml(str: string) {
|
||||||
return str
|
return str
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue