mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-18 21:45:31 -04:00
fix /static 404s (not sure why they're happening though?)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { buildFeed, GetServerSideFeedProps } from "../lib/helpers/build-feed";
|
||||
import { buildFeed } from "../lib/helpers/build-feed";
|
||||
import type { GetServerSideFeedProps } from "../lib/helpers/build-feed";
|
||||
|
||||
export const getServerSideProps: GetServerSideFeedProps = async (context) => {
|
||||
return buildFeed(context, "rss");
|
||||
|
Reference in New Issue
Block a user