Skip to content

Commit

Permalink
fix base
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren committed Apr 27, 2023
1 parent a5e4c15 commit d848d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vuepress/config-extras.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module.exports = {
base: "/",
title: 'Fairwinds Insights Documentation',
description: 'Documentation for the Fairwinds Insights Kubernetes auditing platform',
head: [
['link', { rel: 'icon', href: '/favicon.png' }],
],
themeConfig: {
base: "/insights-docs",
docsRepo: 'FairwindsOps/insights-docs',
docsDir: 'docs',
editLinks: true,
Expand Down

0 comments on commit d848d44

Please sign in to comment.