cf: fix api issue w/ pages builds

This commit is contained in:
Aidan 2025-04-24 02:31:47 -04:00
parent 8ca18ee2ae
commit 3c7c3e5a83

View File

@ -1,5 +1,7 @@
import { NextResponse } from 'next/server'
export const runtime = 'edge';
export async function GET() {
try {
const response = await fetch("https://api.listenbrainz.org/1/user/p0ntus/playing-now", {