mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-28 21:15:48 -04:00
bump next to stable
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { buildFeed } from "../lib/helpers/build-feed";
|
||||
import type { GetServerSideProps } from "next";
|
||||
import { buildFeed, GetServerSideFeedProps } from "../lib/helpers/build-feed";
|
||||
|
||||
export const getServerSideProps: GetServerSideProps<Record<string, never>> = async (context) => {
|
||||
export const getServerSideProps: GetServerSideFeedProps = async (context) => {
|
||||
return buildFeed(context, "atom");
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user