fus-marcom / franciscan-react

A new website for Franciscan University of Steubenville built with ReactJS.
https://gcp.franciscan.university
MIT License
171 stars 80 forks source link

Use imgRegex pattern on all page components #139

Open JesseRWeigel opened 6 years ago

JesseRWeigel commented 6 years ago

The way the imgRegex is use on faculty.js should be use with all the over page components.

See faculty.js line 37 to 44

image

NickyMeuleman commented 6 years ago

Suggestion: make that googleapis url a (public?) env-variable so images will still work should that url ever change (only a single place to change URL instead of in every component).

JesseRWeigel commented 6 years ago

Great idea @NickyMeuleman !