mirror of
https://github.com/eosswedenorg/thalos-docs
synced 2026-06-18 04:50:03 +02:00
.vitepress/config.ts: set base path correctly for github pages.
This commit is contained in:
parent
09820e3a50
commit
0594501428
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ export default defineConfig({
|
||||||
description: "Your Antilope SHIP Provider",
|
description: "Your Antilope SHIP Provider",
|
||||||
cleanUrls: true,
|
cleanUrls: true,
|
||||||
outDir: "dist",
|
outDir: "dist",
|
||||||
|
base: "/thalos-docs",
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
logo: "/logo-small.svg",
|
logo: "/logo-small.svg",
|
||||||
search: {
|
search: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue