You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Homepage News UI, being developed in #266 requires a backend to operate.
Details
We disabled the bDAO Website backend in #232 when we migrated to Github Pages which only supports static exports. We neglected to re-enable the backend when we pivoted to deploy on Cloudflare Pages instead.
The Homepage News UI is currently implemented using Vercel API routes, a cron job that runs hourly, and Vercel KV (Key-Value Store).
Definition of Done
Re-enable the backend by disabling static exports
Implement Homepage News UI using Cloudflare Pages Functions and Cloudflare KV.
The text was updated successfully, but these errors were encountered:
The Homepage News UI, being developed in #266 requires a backend to operate.
Details
We disabled the bDAO Website backend in #232 when we migrated to Github Pages which only supports static exports. We neglected to re-enable the backend when we pivoted to deploy on Cloudflare Pages instead.
The Homepage News UI is currently implemented using Vercel API routes, a cron job that runs hourly, and Vercel KV (Key-Value Store).
Definition of Done
The text was updated successfully, but these errors were encountered: