json schema

This commit is contained in:
2026-01-23 12:07:11 +01:00
parent dd5636450c
commit 84438f1492
6 changed files with 37 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
import { notFound } from 'next/navigation';
import Script from 'next/script';
import JsonLd from '@/components/JsonLd';
import { MDXRemote } from 'next-mdx-remote/rsc';
import { getPostBySlug, getAdjacentPosts, getReadingTime, getHeadings } from '@/lib/blog';
import { Metadata } from 'next';