Remove obsolete src/pages.json

src/pages.json has been superseded by src/components/pages.mjs
This commit is contained in:
Rohan Kumar 2020-12-01 11:15:30 -08:00 committed by koehr
parent 181199a480
commit e77112f81f
2 changed files with 1 additions and 2 deletions

View file

@ -42,4 +42,4 @@ yarn dev
And build the page with `yarn build`. And build the page with `yarn build`.
The website analysis is done by `compile-list.js` which reads `pages.txt` and The website analysis is done by `compile-list.js` which reads `pages.txt` and
writes the results to `src/pages.json`. `pages.txt` is curated by hand. writes the results to `src/components/pages.mjs`. `pages.txt` is curated by hand.

File diff suppressed because one or more lines are too long