|
|
|
@ -5,7 +5,7 @@ import matter from "gray-matter"; |
|
|
|
|
import { MDXRemoteSerializeResult } from "next-mdx-remote"; |
|
|
|
|
import { serialize } from "next-mdx-remote/serialize"; |
|
|
|
|
|
|
|
|
|
import type { Props } from "@/pages/events/[year]/[term]/index"; |
|
|
|
|
import type { Props } from "../pages/events/[year]/[term]/index"; |
|
|
|
|
|
|
|
|
|
const EVENTS_PATH = path.join("content", "events"); |
|
|
|
|
export const TERMS = ["winter", "spring", "fall"]; |
|
|
|
|