1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-06-16 04:34:55 +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
export default defineConfig({
title: "Thalos",
description: "A VitePress Site",
description: "Your Antilope SHIP Provider",
cleanUrls: true,
outDir: "dist",
themeConfig: {