import Link from "next/link";
import { draftMode } from "next/headers";
import Date from "./date";
import CoverImage from "./cover-image";
import Avatar from "./avatar";
import MoreStories from "./more-stories";
import { getAllPosts } from "@/lib/api";
import { CMS_NAME, CMS_URL } from "@/lib/constants";
function Intro() {
return (
{excerpt}
Blog.
A statically generated blog example using{" "}
Next.js
{" "}
and{" "}
{CMS_NAME}
.
{title}