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 d43c107 commit 8aee4b2Copy full SHA for 8aee4b2
apps/labs/pages/api/annual-report.pdf.ts
@@ -33,10 +33,14 @@ export default async function handler(req: NextRequest) {
33
return fetch(
34
'https://a.storyblok.com/f/152463/x/20372ca74f/quansight-labs-annual-report-2022.pdf',
35
);
36
- case '2023': // falls through to default
+ case '2023':
37
+ return fetch(
38
+ 'https://a.storyblok.com/f/152463/x/72fafda3df/quansight-labs-annual-report-2023.pdf',
39
+ );
40
+ case '2024': // falls through to default
41
default:
42
- 'https://a.storyblok.com/f/152463/x/72fafda3df/quansight-labs-annual-report-2023.pdf'
43
+ 'https://a.storyblok.com/f/152463/x/704327720f/labs-annual-report-2024.pdf',
44
45
}
46
0 commit comments