Try and fix the og image pointing to localhost

This commit is contained in:
HangerThem 2026-08-03 16:18:58 +02:00
parent 40b0fb8e08
commit 2e48ad1ba2

View file

@ -1,6 +1,7 @@
import { Metadata } from 'next' import { Metadata } from 'next'
export const metadata: Metadata = { export const metadata: Metadata = {
metadataBase: new URL(process.env.SITE_URL!),
title: 'Ephemeris', title: 'Ephemeris',
description: 'A blog about me and my interests', description: 'A blog about me and my interests',
creator: 'hangerthem', creator: 'hangerthem',