1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-07-03 11:53:42 +02:00

.vitepress/config.ts: Set outDir

This commit is contained in:
Henrik Hautakoski 2023-07-18 05:11:55 +02:00
parent 52fc9935cf
commit 56f6c1b626
2 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,7 @@ export default defineConfig({
title: "Thalos",
description: "A VitePress Site",
cleanUrls: true,
outDir: "dist",
themeConfig: {
search: {
provider: 'local'