Upload Annual Report (PDF)
This simple uploader posts to Netlify Forms with file support. Uploaded files appear in Netlify → Forms → Submissions. Copy the public URL of the PDF to src/data/annual-reports.json to list it on the page.
After uploading:
- Open Netlify → Forms → annual-report-upload submission.
- Copy the file URL generated by Netlify.
- Edit
src/data/annual-reports.jsonto add: { "title": "...", "year": 2024, "url": "PASTE_URL" } - Commit & deploy; it will appear on the Annual Reports page.