@spoolcms/nextjs
Version:
The beautiful headless CMS for Next.js developers
6 lines (5 loc) • 386 B
TypeScript
import { ImageObject } from '../types';
export declare function detectSiteUrl(): string;
export declare function buildOgImageUrl(input: string | ImageObject | undefined, title: string, siteUrl: string): string;
export declare function buildRobots(noIndex?: boolean): 'noindex,nofollow' | 'index,follow';
export declare function canonicalFromPath(path: string, siteUrl: string): string;