Skip to content

Commit bbca4c1

Browse files
committed
fix: Publish docs under github.io domain
It's taking a while to get the domain fixed for this new org.
1 parent 4cf1378 commit bbca4c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

userdocs/docusaurus.config.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
88
const config = {
99
title: 'Flintlock',
1010
tagline: ' Lock, Stock, and Two Smoking MicroVMs. Create and manage the lifecycle of MicroVMs backed by containerd.',
11-
url: 'https://docs.flintlock.dev/',
12-
baseUrl: '/',
11+
url: 'https://weaveworks-liquidmetal.github.io',
12+
baseUrl: '/flintlock/',
1313
onBrokenLinks: 'throw',
1414
onBrokenMarkdownLinks: 'warn',
1515
favicon: 'img/favicon.ico',
16-
organizationName: 'weaveworks',
16+
organizationName: 'weaveworks-liquidmetal',
1717
projectName: 'flintlock',
18-
trailingSlash: false,
18+
trailingSlash: true,
1919

2020
presets: [
2121
[

0 commit comments

Comments
 (0)