1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 06:41:17 -04:00

group config files

This commit is contained in:
2022-02-11 11:14:28 -05:00
parent acf39efeaa
commit d258ebd988
8 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ import Comments from "../../components/Comments/Comments";
import * as mdxComponents from "../../lib/mdx-components";
import { getNote, getNoteSlugs } from "../../lib/parse-notes";
import * as config from "../../lib/config";
import { articleJsonLd } from "../../lib/seo";
import { articleJsonLd } from "../../lib/config/seo";
import type { GetStaticProps, GetStaticPaths } from "next";
import type { NoteType } from "../../types";