redbrick / react-site

Redbrick Website Upgrade - Development Started Semester 1 2019
1 stars 1 forks source link

prerender data from google-sheet to allow for site to load faster #22

Closed butlerx closed 4 years ago

butlerx commented 4 years ago

This Replaces the data.json file with pulling the google sheet data in to gatsby on build and rendering rather then pulling from data.json and rendering on the clinet.

As with data.json a cron/systemd timer will be needed to rebuild the site once a day to pull in updates will also

butlerx commented 4 years ago

image

butlerx commented 4 years ago

built locally successfully