Skip to content

Commit fd5fd65

Browse files
authored
docs tmp rendering fallingletters (#879)
- **update to use** - **add base-url for gh-pages deploy** - **rm base config** - **build sk lib packages ahead of docs site** - **add base config** - **add ./ prefix for logo location**
2 parents 0e53e03 + 701570e commit fd5fd65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ export default defineConfig({
4444
},
4545
title: 'skuilder',
4646
description: 'modern tooling for adaptive tutoring systems and SRS++',
47-
head: [['link', { rel: 'icon', type: 'image/svg+xml', href: '/logo.svg' }]],
47+
head: [['link', { rel: 'icon', type: 'image/svg+xml', href: './logo.svg' }]],
4848
themeConfig: {
4949
// https://vitepress.dev/reference/default-theme-config
5050
nav: [
5151
// { text: 'Home', link: '/' },
5252
// { text: 'Examples', link: '/markdown-examples' }
5353
],
54-
logo: '/logo.svg',
54+
logo: './logo.svg',
5555

5656
sidebar: [
5757
{

0 commit comments

Comments
 (0)