Skip to content

Commit a6c9863

Browse files
committed
more license edits
1 parent 87b21b8 commit a6c9863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const cidRedirects = JSON.parse(fs.readFileSync('cid-redirects.json').toString()
1616
module.exports = {
1717
title: 'Sumo Logic Docs',
1818
tagline: '',
19-
url: process.env.HOSTNAME || "http://localhost:3000",
19+
url: process.env.HOSTNAME || 'http://localhost:3000',
2020
trailingSlash: true,
2121
baseUrl: process.env.BASE_URL || "/",
2222
onBrokenLinks: 'throw',

0 commit comments

Comments
 (0)