Skip to content

Commit fdbcbe9

Browse files
committed
chore: wip
1 parent b23c9c0 commit fdbcbe9

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ -n "$1" ]; then
2424
fi
2525

2626
# Get the directory of the current script and go up 3 directories
27-
PROJECT_ROOT="$(cd "$(dirname "$0")/../../../" && pwd)"
27+
PROJECT_ROOT="$(cd "$(dirname "$0")" && pwd)"
2828

2929
cd $PROJECT_ROOT
3030
# Run the pkgx-install script

config/docs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ export default {
286286
lastUpdated: true,
287287

288288
themeConfig: {
289-
logo: 'https://raw.githubusercontent.com/stacksjs/stacks/main/public/logo.png',
289+
logo: 'https://raw.githubusercontent.com/stacksjs/stacks/main/public/logo-transparent.svg',
290290

291291
nav,
292292
sidebar,

public/logo-transparent.svg

Lines changed: 4 additions & 0 deletions
Loading

public/logo.svg

Lines changed: 0 additions & 5 deletions
Loading

storage/framework/docs/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default defineConfig({
1616
outDir: p.projectStoragePath('framework/docs/dist'),
1717
cacheDir: p.projectStoragePath('framework/cache/docs'),
1818
assetsDir: p.assetsPath(),
19+
publicDir: p.publicPath(),
1920

2021
// sitemap: {
2122
// hostname: 'stacks.localhost',

0 commit comments

Comments
 (0)