Ghost/core/frontend/services
Hannah Wolfe cd3f8e9e2d Reordered routes to load taxonomies last
closes #11936

- the driving reason for doing this is so that when posts and taxonomies all have the same route,
  e.g. /:slug/ the /edit route won't default to looking up tags
  this is the issue outlined in #11936
- the side effect of this is that in this case, all routes will default to looking up posts before tags,
  so if you have a /test/ post and a /test/ tag, prior to this change, the tag would have been loaded first
  but posts are more important than tags, and should have higher priority, so this change is considered correct
2020-06-29 17:45:47 +01:00
..
apps Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
redirects Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
routing Reordered routes to load taxonomies last 2020-06-29 17:45:47 +01:00
rss Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00
settings Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
sitemap Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00
themes Cleaned up members & stripe settings (#11957) 2020-06-29 16:22:42 +02:00
url Replaced nql-map-key-values with @nexes/nql (#11896) 2020-06-10 19:17:25 +02:00
proxy.js Revert "Refactored ghost_head to use isStripeConnected" 2020-06-11 20:21:24 +02:00