src/app/metadata.tsximport { getStudioImage } from '@/utils/studio-helpers'export const baseURL =process.env.NEXT_PUBLIC_PRODUCTION_URL || 'http://localhost:3000'const logoImageData = getStudioImage('/banner.jpg', 'large')const businessImageData = getStudioImage('/images/pexels-helenalopes-1996337.jpg','large')export const defaultOGImage = {url: logoImageData?.url || '',width: logoImageData?.width || 0,height: logoImageData?.height || 0,}export const defaultSEOConfig = {creator: 'Speedwell',
Showing the first 20 lines.
Get full code