c2849728e9
no issue - the name of the routing type was incorrect - we have 1. routes: static routes (or series later) 2. collections: a collection of posts 3. taxonomies: configuration for author and tag routes - see equivalent: https://github.com/TryGhost/Ghost/blob/1.23.1/core/server/services/settings/default-routes.yaml |
||
---|---|---|
.. | ||
README.md |
Content / Settings
routes.yaml
This is how the default routes.yaml
file looks like:
routes:
collections:
/:
route: '{globals.permalinks}'
template:
- home
- index
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/