We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7befe1 commit 9fc5b12Copy full SHA for 9fc5b12
2 files changed
src/app/api/filter-options/route.js
@@ -1,3 +1,5 @@
1
+export const runtime = 'edge';
2
+
3
import { NextResponse } from 'next/server';
4
import { resources as allResources } from '@/data/resources';
5
src/app/api/resources/route.js
import { resources as allResources, PAYMENT_TYPES, EU_COUNTRIES } from '@/data/resources';
0 commit comments