Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Oct 18, 2024
1 parent a527fc7 commit 56b3984
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function Home() {
const posts = allPages.sort((a, b) => compareDesc(new Date(a.lastUpdatedDate), new Date(b.lastUpdatedDate)));

return (
<div className="mx-auto max-w-xl py-8">
<div>
<Heading>SOE Centennial</Heading>
<ShapeAnimation />
<TimelineBanner heading='Headline lorem ipsum dolar sit' superhead='1983' body="Cras felis tortor, bibendum quis porttitor at, ullamcorper eu diam. Aenean iaculis efficitur quam, quis dignissim lacus. Cras nec dui id mi blandit lobortis eget in enim." />
Expand Down
2 changes: 1 addition & 1 deletion contentlayer.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineDocumentType, makeSource } from 'contentlayer/source-files';
import { defineDocumentType, makeSource } from 'contentlayer2/source-files';

export const Page = defineDocumentType(() => ({
name: 'Page',
Expand Down
123 changes: 120 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56b3984

Please sign in to comment.