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:
parent
52fc9935cf
commit
56f6c1b626
2 changed files with 3 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
node_modules/
|
node_modules/
|
||||||
|
dist/
|
||||||
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue