aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/app/api/spotify-lrc/route.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/api/spotify-lrc/route.ts b/src/app/api/spotify-lrc/route.ts
index c332e88..793f393 100644
--- a/src/app/api/spotify-lrc/route.ts
+++ b/src/app/api/spotify-lrc/route.ts
@@ -39,6 +39,7 @@ function convertLinesToLrc(lines: Line[] | undefined) {
return lrc;
}
+export const runtime = 'edge';
export async function GET(request: NextRequest) {
const searchParams = request.nextUrl.searchParams
const q = searchParams.get('q');
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage