1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-06-16 04:34:55 +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

3
.gitignore vendored
View file

@ -1 +1,2 @@
node_modules/ node_modules/
dist/

View file

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