Use trailing slash

This commit is contained in:
Piotr Rogowski 2023-05-07 13:16:42 +02:00
parent 4d609d91f5
commit 0609e23303
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ const config = {
onBrokenMarkdownLinks: 'warn',
noIndex: false, // adds <meta name="robots" content="noindex, nofollow"> to every page
favicon: 'img/icons/favicon.ico',
trailingSlash: true, // adds trailing slash to all links since we are using Cloudflare Pages
// staticDirectories: ['public', 'static'],
// GitHub pages deployment config.