metadata.tsx

src/app/metadata.tsx
import { 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

Support

Talk to the developers of this project to learn more

We have been building professional websites for big clients for over 15 years. Gallop templates and blocks is our best foundation for SEO websites and web apps.

© 2026 Web Plant Media, LLC