Skip to content

Commit

Permalink
fix: Publish docs under github.io domain
Browse files Browse the repository at this point in the history
It's taking a while to get the domain fixed for this new org.
  • Loading branch information
Callisto13 committed Nov 17, 2022
1 parent 4cf1378 commit bbca4c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions userdocs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const config = {
title: 'Flintlock',
tagline: ' Lock, Stock, and Two Smoking MicroVMs. Create and manage the lifecycle of MicroVMs backed by containerd.',
url: 'https://docs.flintlock.dev/',
baseUrl: '/',
url: 'https://weaveworks-liquidmetal.github.io',
baseUrl: '/flintlock/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
organizationName: 'weaveworks',
organizationName: 'weaveworks-liquidmetal',
projectName: 'flintlock',
trailingSlash: false,
trailingSlash: true,

presets: [
[
Expand Down

0 comments on commit bbca4c1

Please sign in to comment.