islands/:id route (see image for file structure). This should be pretty straightforward. When you navigate to www.mysite.com/islands/some-id, it should load data based on the ID in the URL. getIslandById() call in my resource fetcher, which is passed the params.id1 value.
Any help as to what I did wrong would be appreciated. I have no idea why its randomly assigning my site logo filename to params.id`... Or, why its being called twice for that matter.