We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c07686 commit e98020cCopy full SHA for e98020c
config/routes.rb
@@ -5,7 +5,7 @@
5
6
# Default Scrivito routes. Adapt them to change the routing of CMS objects.
7
# See the documentation of 'scrivito_route' for a detailed description.
8
- scrivito_route '/', using: 'homepage'
+ scrivito_route '/', using: 'homepage'
9
scrivito_route '(/)(*slug-):id', using: 'slug_id'
10
- scrivito_route '/*permalink', using: 'permalink', format: false
+ scrivito_route '/*permalink', using: 'permalink', format: false
11
end
0 commit comments