Remove trailing slash from URL

This commit is contained in:
MrTimscampi
2021-05-08 06:13:41 +02:00
parent 6dfe6a766e
commit fd2385c0ee
+1 -1
View File
@@ -2,7 +2,7 @@
module.exports = {
title: 'Jellyfin',
tagline: 'The Free Software Media System',
url: 'https://next.jellyfin.org/',
url: 'http://next.jellyfin.org',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',