Use relative link
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jared He 2021-08-26 19:15:02 -05:00
parent 97e434e536
commit 95d3328cda
2 changed files with 2 additions and 3 deletions

View File

@ -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"];

View File

@ -23,8 +23,7 @@
"paths": {
"@/components/*": ["components/*"],
"@/lib/*": ["lib/*"],
"@/hooks/*": ["hooks/*"],
"@/pages/*": ["pages/*"]
"@/hooks/*": ["hooks/*"]
}
},
"include": ["next-env.d.ts", "types.d.ts", "**/*.ts", "**/*.tsx"],