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

.vitepress/config.ts: Fix description

This commit is contained in:
Henrik Hautakoski 2023-08-15 17:55:21 +02:00
parent d857350594
commit e424e6d558

View file

@ -3,7 +3,7 @@ import { defineConfig } from 'vitepress'
// https://vitepress.dev/reference/site-config // https://vitepress.dev/reference/site-config
export default defineConfig({ export default defineConfig({
title: "Thalos", title: "Thalos",
description: "A VitePress Site", description: "Your Antilope SHIP Provider",
cleanUrls: true, cleanUrls: true,
outDir: "dist", outDir: "dist",
themeConfig: { themeConfig: {