mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 18:06:38 -04:00
some very minor refactoring/fixing
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { getAllNotes } from "../lib/parseNotes";
|
||||
import { buildFeed } from "../lib/buildFeed";
|
||||
import { getAllNotes } from "../lib/parse-notes";
|
||||
import { buildFeed } from "../lib/build-feed";
|
||||
import type { GetServerSideProps } from "next";
|
||||
|
||||
export const getServerSideProps: GetServerSideProps = async (context) => {
|
||||
|
Reference in New Issue
Block a user