mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
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
336 B
336 B
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}/