Skip to content
Snippets Groups Projects
Commit 6ebe80b0 authored by Kasper Seweryn's avatar Kasper Seweryn :pancakes:
Browse files

Fix outDir of vitepress build

parent 8c5aab1a
Branches
Tags
1 merge request!1Implement all components
Pipeline #23225 failed
...@@ -2,7 +2,7 @@ import { defineConfig } from 'vitepress' ...@@ -2,7 +2,7 @@ import { defineConfig } from 'vitepress'
export default defineConfig({ export default defineConfig({
title: "Funkwhale Vue Components", title: "Funkwhale Vue Components",
outDir: "dist/docs", outDir: "../dist/docs",
cleanUrls: 'with-subfolders', cleanUrls: 'with-subfolders',
themeConfig: { themeConfig: {
nav: [ nav: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment