just some refactoring

This commit is contained in:
2022-03-09 14:07:06 -05:00
parent f5c8a7a21a
commit 87848cc697
26 changed files with 533 additions and 558 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { getServerSideSitemap } from "next-sitemap";
import { getAllNotes } from "../lib/parse-notes";
import { getAllNotes } from "../lib/helpers/parse-notes";
import { baseUrl } from "../lib/config";
import type { GetServerSideProps } from "next";
import type { ISitemapField } from "next-sitemap";