Dont prerender now-playing

vielle.dev d0c84354 40cc9ca9

verified
Changed files
+2
src
+2
src/pages/now-playing-sse.ts
··· 1 import { sdk } from "/components/home/playing/spotify"; 2 import type { nowPlaying } from "/components/home/playing/spotify/client"; 3 4 export async function GET() { 5 const update = async (): Promise<string> => { 6 // extract a subset to reduce size for client
··· 1 import { sdk } from "/components/home/playing/spotify"; 2 import type { nowPlaying } from "/components/home/playing/spotify/client"; 3 4 + export const prerender = false; 5 + 6 export async function GET() { 7 const update = async (): Promise<string> => { 8 // extract a subset to reduce size for client