trailing slashes are not playing nice on netlify
Tom Rutgers
committed Aug 18, 2018
commit 2be434612e620ed6ca48537f2203a97602fe74a3
Showing 1
changed file with
2 additions
and 2 deletions
data/settings/navigation.yml
+2
-2
| @@ | @@ -1,4 +1,4 @@ |
| nav_items: | |
| - {label: 'Home', path: '/'} | |
| - | - {label: 'Products', path: '/products/'} |
| - | - {label: 'News', path: '/news/'} |
| \ No newline at end of file | |
| + | - {label: 'Products', path: '/products'} |
| + | - {label: 'News', path: '/news'} |
| \ No newline at end of file | |