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 2ee4298 commit d16686bCopy full SHA for d16686b
src/pages/media/social_media.csv.ts
@@ -1,5 +1,5 @@
1
import { getCollection, getEntry } from "astro:content";
2
-export async function GET({ params, request }) {
+export async function GET() {
3
const speakers = await getCollection("speakers");
4
5
const header = [
0 commit comments