Closed fraziermork closed 8 years ago
use /. as a url for page for building all the articles and stuff? That way it doesn't happen for index, because . has to match a character, but it loads for everything after that. Might have to be /.* or something weird like that.
This works now, even if the implementation isn't the most elegant.
Follow the page.js recommendations for separating concerns under the routing section so that I'm not loading everything explicitly for every section, but instead loading what's needed for each section and the things within it.