Skip to content

Commit 2f1cf90

Browse files
committed
Fix docs path
Signed-off-by: Andrew Welch <andrew@nystudio107.com>
1 parent 9178478 commit 2f1cf90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/.vitepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
title: 'Transcoder Documentation',
33
description: 'Documentation for the Transcoder plugin',
4-
base: '/docs/vite/',
4+
base: '/docs/transcoder/',
55
lang: 'en-US',
66
themeConfig: {
77
repo: 'nystudio107/craft-transcoder',
@@ -14,7 +14,7 @@ module.exports = {
1414
editLinkText: 'Edit this page on GitHub',
1515
lastUpdated: 'Last Updated',
1616
sidebar: [
17-
{ text: 'Transcoder Plugin', link: '/index' },
17+
{ text: 'Transcoder Plugin', link: '/' },
1818
{ text: 'Transcoder Overview', link: '/overview' },
1919
{ text: 'Configuring Transcoder', link: '/configuring' },
2020
{ text: 'Using Transcoder', link: '/using' },

0 commit comments

Comments
 (0)