Skip to content

Commit 4bbab02

Browse files
committed
Add trailing slash to docs config
1 parent 2ef414e commit 4bbab02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
title: 'JSON API for Grafana',
33
url: 'https://marcusolsson.github.io',
4-
baseUrl: '/grafana-json-datasource',
4+
baseUrl: '/grafana-json-datasource/',
55
onBrokenLinks: 'throw',
66
onBrokenMarkdownLinks: 'warn',
77
favicon: 'img/favicon.ico',

0 commit comments

Comments
 (0)