import { ImageResponse } from 'next/og'; export const alt = 'Moon Phases 2026 — Full Moon Calendar'; export const size = { width: 1200, height: 630, }; export const contentType = 'image/png'; export default function OpenGraphImage() { return new ImageResponse( (
🌕
Moon Phases 2026
Full Moon Calendar · Lunar Simulator · Visibility Map
moon.arthurp.fr
), { ...size, } ); }