We should modernize and convert this blob into a JS Module so we can export it properly.
For example, we have to import this json in an "experimental" way in our e2e tests, which I've shared a screenshot of. We wouldn't get this warning with a proper JS Module import.
Right now, we keep all of the link data for the site and our tests in a giant json blob here: https://github.com/CDCgov/prime-reportstream/blob/master/frontend-react/src/content/site.json
We should modernize and convert this blob into a JS Module so we can export it properly.
For example, we have to import this json in an "experimental" way in our e2e tests, which I've shared a screenshot of. We wouldn't get this warning with a proper JS Module import.