1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-06-16 04:34:55 +02:00

.vitepress/config.ts: show logo in navigation bar.

This commit is contained in:
Henrik Hautakoski 2023-08-15 17:49:10 +02:00
parent c7df670e93
commit 55ac1d63ce

View file

@ -7,6 +7,7 @@ export default defineConfig({
cleanUrls: true,
outDir: "dist",
themeConfig: {
logo: "/logo-small.svg",
search: {
provider: 'local'
},