Add trailing symbol to URL

This commit is contained in:
Simon Mattila 2019-09-24 14:34:00 +02:00
parent cc0916d565
commit 9ae1e018b9

View File

@ -17,6 +17,9 @@ module.exports = [
} }
], ],
[ [
'clean-urls' 'clean-urls',
{
normalSuffix: '/'
}
] ]
]; ];