mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-19 13:15:31 -04:00
chore: Next.js 15 → 16 (#2503)
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import { NextResponse } from "next/server";
|
||||
import { buildFeed } from "@/lib/build-feed";
|
||||
|
||||
export const dynamic = "force-static";
|
||||
|
||||
export const GET = async () => {
|
||||
const feed = await buildFeed();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user